If you can spare the real estate, I would suggest adding your own subview-bar and put the popover buttons there. That¹s what I did. Or just overlay the buttons on your main view.
> I have an iPad app with a UIToolbar across the top, and a couple of > UIPopoverControllers that come out of buttons in that toolbar. One of the > things I notice is that when a popover is open, you can still click on other > buttons in the UIToolbar, and it doesn't go through the normal > UIPopoverController delegate chain (i.e. > -popoverControllerShouldDismissPopover:). This is really problematic, as it's > really inappropriate for those items to be tapped while the popover is > showing. Any suggestions? _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
