On Nov 5, 2015, at 3:53 PM, Eric E Dolecki <[email protected]> wrote: > > That's the way. You should never need more than one presented at a time. > > >> On Nov 5, 2015, at 5:44 PM, Tomasz Muszyński <[email protected]> wrote: >> >> You should present next UIAlertController when first one has been dismissed >> (when UIAlertAction handler is called).
Now that I have an NSOperationQueue handling the serialized presentation of the UIAlertControllers, I'm getting this warning: Warning: Attempt to present <UIAlertController: 0x173c7800> on <RootViewController: 0x16d4ae20> whose view is not in the window hierarchy! So far as I understand it, the view *is* in the window hierarchy, modally. What to do? -Carl _______________________________________________ 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]
