Michael Waterfall
Michael Waterfall

Reputation: 20569

iOS 7 navigation bar visual glitch when transitioning between view controllers

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.

enter image description here

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

Answers (1)

Michael Waterfall
Michael Waterfall

Reputation: 20569

Well, very strange, but simply deleting and re-creating an identical view controller in the storyboard fixed this issue.

Upvotes: 1

Related Questions