I am looking to implement a custom disclosure indicator in UITableView. Basically I need to make white indicators.
The Apple documentation lists the sizes required for app icons for the retina and non-retina display, however, I could not find the recommended sizes for elements such as disclosure pointers.
Does anyone have any suggestions on what the appropriate sizes should be for creating disclosure icons for retina and non-retina displays?
And think about how the application can find out which one to choose?
source
share