I am trying to add a splitview controller as a child view controller. The parent view controller is the navigation controller. The navigation bar is hidden for the parent view controller, and I wanted to show the status bar as the iOS 6 standard. I added the splitview controller as the child view controller, because I wanted to click on another view controller from the splitview controller.
The problem I am facing is i when I add a splitview controller, overlapping state on the content. setting edgeForExtendedLayout to UIRectEdgeNone for masterview, detailview, parentview, splitview doesn't seem to work.
Please let me know a solution that I can apply to prevent the content from matching with the status bar and show the status bar as ios 6 standards.
I tried to do this using MGSplitViewController, but ran into the same problem.
Thanks.
ios7 statusbar uisplitviewcontroller
xmax
source share