I am trying to add splitview controller as child view controller. parent view controller is navigation controller. the navigation bar is hidden for parent view controller and i wanted to show status bar as iOS 6 standard. I have added splitview controller as child view controller as i wanted to push to another view controller from splitview controller.
Problem i am facing is i when i am adding splitview controller, status bar overlaps on content. setting edgesForExtendedLayout to UIRectEdgeNone for masterview, detailview, parentview, splitview doesn't seems to be working.
Please let me know the solution i can apply to prevent the contents overlaping from status bar and show status bar as ios 6 standards.
I tried doing it with MGSplitViewController, but was facing the same issue.
Thanks.