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,
