Re: UIPopoverController and UIToolbar interactions
Re: UIPopoverController and UIToolbar interactions
- Subject: Re: UIPopoverController and UIToolbar interactions
- From: Gordon Apple <email@hidden>
- Date: Tue, 14 Jan 2014 10:01:56 -0600
- Thread-topic: UIPopoverController and UIToolbar interactions
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@hidden)
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:
This email sent to email@hidden