I click ViewControllers on the NavigationController by segues. I have my own subclassified navigation controller that inserted UIImageView at index 0 - this is the background for my entire application.
The problem is that I see that when the new view controller approaches the screen on the right side, at first it looks like there is some light dark overlay that disappears when right after viewDidApear is called.
Each view controller has self.view.backgroundColor = [UIColor clearColor] . If I change it for now, everything is fine. Maybe I should set the background of the application in a different way? And if not, how to avoid this dark color effect?
Here you have a screen capture with this effect: http://tinypic.com/r/34j9ffs/8
ios objective-c uiviewcontroller uinavigationcontroller transitions
krzysiek
source share