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.

Can someone tell me why the Copy option message change tintColor and text color like this?

In my application, I have to change tint Color of navigationBar. is it a cause for this strange problem?

I've have to use

[closeButton setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKeys: [UIColor whiteColor], UITextAttributeTextColor,nil] forState:UIControlStateNormal];

to revert text color to white. But there are many UI Element that I cannot change by using this code. I would like to found the cause of problem and fix it automatically.

Text color has been changed also for UIBarButtonItem that I put on navigation or another ToolBar

Any help would be very appreciated.

Thanks,

enter image description here

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.