Re: Problems with UIAlertView
Re: Problems with UIAlertView
- Subject: Re: Problems with UIAlertView
- From: Hunter Hillegas <email@hidden>
- Date: Tue, 16 Aug 2011 16:20:23 -0700
There's a method on UIPopoverDelegate that allows you to tell it NOT to dismiss a popover.
something like (BOOL)shouldDismissPopover:(UIPopover *)popover
you can use that to make a popover modal.
On Aug 16, 2011, at 4:09 PM, Laurent Daudelin wrote:
> I'm looking at popovers. I'm wondering if there is any way that I'm overlooking to make popovers modal. So far, in all the samples I looked at, if you just tap outside the popover, it will dismiss. I read about the passthroughViews property. If I set that property to nil, will this prevent the popover from being dismissed?
_______________________________________________
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