Re: Multiple simultaneous UIAlertControllers

2015-11-07 Thread Carl Hoefs
On Nov 6, 2015, at 3:06 PM, Graham Cox wrote: > >> On 6 Nov 2015, at 10:58 AM, Carl Hoefs >> wrote: >> >> (As a general thought, though, it would appear that UIAlertController >> should be a singleton app-wide, and it should manage its

Re: Multiple simultaneous UIAlertControllers

2015-11-06 Thread Alex Zavatone
On Nov 5, 2015, at 6:58 PM, Carl Hoefs wrote: > Thanks for the tip, I'll look into it. > > (As a general thought, though, it would appear that UIAlertController > should be a singleton app-wide, and it should manage its own serialized > presentation. Any other solution seems like external

Re: Multiple simultaneous UIAlertControllers

2015-11-06 Thread Carl Hoefs
On Nov 5, 2015, at 3:53 PM, Eric E Dolecki 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 wrote: >> >> You should present next UIAlertController when first one has

Re: Multiple simultaneous UIAlertControllers

2015-11-06 Thread Tomasz Muszyński
> Wiadomość napisana przez Carl Hoefs w dniu > 06.11.2015, o godz. 22:45: > > >> On Nov 6, 2015, at 2:43 PM, Tomasz Muszyński wrote: >> >>> >>> Wiadomość napisana przez Carl Hoefs w dniu >>> 06.11.2015, o

Re: Multiple simultaneous UIAlertControllers

2015-11-06 Thread Graham Cox
> On 6 Nov 2015, at 10:58 AM, Carl Hoefs wrote: > > (As a general thought, though, it would appear that UIAlertController > should be a singleton app-wide, and it should manage its own serialized > presentation. Any other solution seems like external plumbing to

Re: Multiple simultaneous UIAlertControllers

2015-11-05 Thread David Duncan
> On Nov 5, 2015, at 2:37 PM, Carl Hoefs <newsli...@autonomy.caltech.edu> wrote: > > iOS 9.1, iPhone 5S, ObjC > > I'm getting the following runtime warning due to multiple simultaneous > UIAlertControllers presenting at the same time: > > Warning: Attempt to pr

Multiple simultaneous UIAlertControllers

2015-11-05 Thread Carl Hoefs
iOS 9.1, iPhone 5S, ObjC I'm getting the following runtime warning due to multiple simultaneous UIAlertControllers presenting at the same time: Warning: Attempt to present on which is already presenting I know only one alert view controller can be presenting at a time, so the way I

Re: Multiple simultaneous UIAlertControllers

2015-11-05 Thread Eric E Dolecki
handler is called). > > Tomek > >> Wiadomość napisana przez Carl Hoefs <newsli...@autonomy.caltech.edu> w dniu >> 05.11.2015, o godz. 23:37: >> >> iOS 9.1, iPhone 5S, ObjC >> >> I'm getting the following runtime warning due to multiple simultaneo

Re: Multiple simultaneous UIAlertControllers

2015-11-05 Thread Carl Hoefs
er is called). >> >> Tomek >> >>> Wiadomość napisana przez Carl Hoefs <newsli...@autonomy.caltech.edu> w dniu >>> 05.11.2015, o godz. 23:37: >>> >>> iOS 9.1, iPhone 5S, ObjC >>> >>> I'm getting the following ru

Re: Multiple simultaneous UIAlertControllers

2015-11-05 Thread Carl Hoefs
gt; >>>> Tomek >>>> >>>>> Wiadomość napisana przez Carl Hoefs >>>>> <newsli...@autonomy.caltech.edu> w dniu 05.11.2015, o godz. 23:37: >>>>> >>>>> iOS 9.1, iPhone 5S, ObjC >>>>> >&

Re: Multiple simultaneous UIAlertControllers

2015-11-05 Thread Tomasz Muszyński
'm getting the following runtime warning due to multiple simultaneous > UIAlertControllers presenting at the same time: > > Warning: Attempt to present on > which is already presenting > > > I know only one alert view controller can be presenting at a time, so the wa

Re: Multiple simultaneous UIAlertControllers

2015-11-05 Thread Alex Zavatone
;> Wiadomość napisana przez Carl Hoefs <newsli...@autonomy.caltech.edu> w >>>> dniu 05.11.2015, o godz. 23:37: >>>> >>>> iOS 9.1, iPhone 5S, ObjC >>>> >>>> I'm getting the following runtime warning due to multiple simultaneous >

Re: Multiple simultaneous UIAlertControllers

2015-11-05 Thread Carl Hoefs
>>> >>>>>> On Nov 5, 2015, at 5:44 PM, Tomasz Muszyński <t...@union.waw.pl> >>>>>> wrote: >>>>>> >>>>>> You should present next UIAlertController when first one has been >>>>>> dismissed (when UI

Re: Multiple simultaneous UIAlertControllers

2015-11-05 Thread Peter Tomaselli
first one has been >>>>> dismissed (when UIAlertAction handler is called). >>>>> >>>>> Tomek >>>>> >>>>>> Wiadomość napisana przez Carl Hoefs >>>>>> <newsli...@autonomy.caltech.edu> w dniu 05.1

Re: Multiple simultaneous UIAlertControllers

2015-11-05 Thread Tomasz Muszyński
Controller when first one has been >>>>> dismissed (when UIAlertAction handler is called). >>>>> >>>>> Tomek >>>>> >>>>>> Wiadomość napisana przez Carl Hoefs >>>>>> <newsli...@autonomy.caltech.edu>

Re: Multiple simultaneous UIAlertControllers

2015-11-05 Thread Alex Zavatone
;> wrote: >>>>> >>>>> You should present next UIAlertController when first one has been >>>>> dismissed (when UIAlertAction handler is called). >>>>> >>>>> Tomek >>>>> >>>>>> Wiadomość napisana