I've got a strange problem in my application: i've a UIViewController
that present an UIAlertView
when an user taps on a button. The alert let the user choose between the Photo Library and the iPhone camera.
When the alert shows up, i notice this issue:
First, the UIViewController
selected tab bar items has this layout
Then, when the alert shows up, it changes like this
And if the user decides to access his photo library and then it returns back, the tab bar item remains like this
How is that possible? Maybe the UIAlertView is changing some tint color?
Thanks