Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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...

share|improve this question
I found this answer and it helped me immensely. stackoverflow.com/a/11088805/183231 – acedanger Apr 16 at 20:35

2 Answers

up vote 2 down vote accepted

Please Visit this

Link1 , Link2 , Link 3

share|improve this answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.