Reputation: 20569
I've got a very simple setup using segues to display a simple master/details configuration. When pushing or popping from the navigation controller, the right hand side of the navigation bar has a strange grey shadow. See this video for a demo.
If I remove all subviews from the detail controller and simply set the background as red (see video), I still get the grey artefact, and strangely, the red only appears behind the navigation bar once the entire transition has finished.
Any idea why this is happening?
Upvotes: 0
Views: 401
Reputation: 20569
Well, very strange, but simply deleting and re-creating an identical view controller in the storyboard fixed this issue.
Upvotes: 1