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

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -