I want to Change the UIBarButtonItem Color, which is the sub view of UIToolBar,
My problem is if i change the toolber tint color , the barbuttonitems color are changing automatically ,how can i differ them...
I want to Change the UIBarButtonItem Color, which is the sub view of UIToolBar,
My problem is if i change the toolber tint color , the barbuttonitems color are changing automatically ,how can i differ them...
This question has been asked before. Please see these answers:
Yes that's the behavior of UIBarButton. You need to make custom image and assign it to UIBarbutton. That's the only solution according to me.