iphone - navigation bar in popover -


There is a problem with my navigation bar , when I present it through a popover, my The navigation bar was hidden, like this:

Enter image details here

should be:

enter image details here

My code:

  self.popoverController = [[UIPopoverController alloc] initWithContentViewController: imagePickerController]; PopoverController.delegate = self; CGRect popoverRect = [change self.view: Change from [tsuikaButton Frame]: [tsuikaButton superview]]; PopoverRect.size.width = MIN (popoverRect.size.width, 100); [Self.popoverController presentPopoverFromRect: popoverRect inView: self.viewAssuranceAir Direction: UIPopoverArrowDirectionAny Animated: Yes]; [PopOreController Setpopper contentS: CGSizeMake (1024, 500)];   

Thanks for the help.

Are you trying to take the ImagePickerController full screen? If so, have you thought of not just pushing it and using the popover controller?

Comments

Popular posts from this blog

java - NullPointerException for a 2d Array -

python - Assemble mpeg file unable to play in mediaplayer -

c# - NameSpace Manager or XsltContent to parse aspx page -