Question

When i updated to xcode 5.0, my slide out menu seemed to interfere with the default header.

when i scroll up and down on this menu, the title and menu items run over the two header items. should this be happening? will it be the same on a physical device?

See image at this link:

http://postimg.org/image/rxlgxbr6h/

I have tried adding an extra cell, navigation bar etc but nothing seems to stop this problem.

What i am looking to achieve here is for the menu to scroll under these header items.

Is this possible?

Thanks in advance :)

Was it helpful?

Solution

This is how iOS 7 works. See this document https://developer.apple.com/library/ios/documentation/userexperience/conceptual/transitionguide/Bars.html#//apple_ref/doc/uid/TP40013174-CH8-SW1 Depending on enabled or not autolayout feature you should update your controller to extend additional 20px for status bar.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top