In iOS 7, Apple has changed the background of the tabBar
, edit screen (Where it says "Drag the icons to organize tabs.") to white.
Problem:
This causes a problem for me, in that my selected tabbaritem
images are white, therefore you cannot see them on the edit view. It appears as if only the tabbaritems that are currently present (meaning, present in the tabbar) are editable (those icons do show up because they're red in their unselected state).
Questions:
- Is there a way to change the background color of the edit view?
- Is there a way to change the icon colors only in the edit view?