How can i fill iOS TabBar icon with different color when selected and deselected or can i have different image for each of the state?
EDIT: I want the border effect where some will have border and transparent background while some will be filled
How can i fill iOS TabBar icon with different color when selected and deselected or can i have different image for each of the state?
EDIT: I want the border effect where some will have border and transparent background while some will be filled
You can set UITabBar icon's colour when it is selected:
[[UITabBar appearance] setTintColor:<YOUR-COLOR>];