iphone - navigation bar in popover -
There is a problem with my should be: My code: 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? navigation bar , when I present it through a popover, my The navigation bar was hidden, like this:
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)];
Comments
Post a Comment