Extra blue section in popover between the navigation bar title and the view controller's view?

Solution: set wantsFullScreenLayout to YES in the UIViewController.

Up vote 1 down vote favorite share g+ share fb share tw.

I am using UIPopoverController to present a popover from a selected UITableViewCell. The problem is that the popover title area is too tall. It appears that below the navigation bar, and above the view controller's view, there's an extra blue rounded rect appearing above the UITextView.

Why is it there, and how do I get rid of it? The popover controller's content view controller is a UINavigationController. The UINavigationController's root view controller is a UIViewController.

The UIViewController's view is a UITextView. The UIViewController sets its title property to "UIViewController title". The UITextView sets its text to "UITextView text\n\nUITextView text\n\nUITextView text".

There are no other buttons or views in the popover. Popover screenshot from my iOS simulator: I'm using iOS 5.1, Xcode 4.3.1 . Ios uiviewcontroller uinavigationcontroller uipopovercontroller link|improve this question asked Apr 3 at 20:05bneely1,228314.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions