Re: Rescheduling an NSTimer from a completion method

2009-08-12 Thread Fritz Anderson
On 12 Aug 2009, at 10:55 AM, Christopher Kane wrote: On Aug 11, 2009, at 10:28 AM, Fritz Anderson wrote: iPhone OS 3.0 Can an NSTimer be rescheduled after firing, and after another trip through the run loop? I'd like to "reschedule" a NON-repeating timer in my own code. I assume that in

Re: Rescheduling an NSTimer from a completion method

2009-08-12 Thread Jean-Daniel Dupas
Le 12 août 09 à 17:55, Christopher Kane a écrit : On Aug 11, 2009, at 10:28 AM, Fritz Anderson wrote: iPhone OS 3.0 Can an NSTimer be rescheduled after firing, and after another trip through the run loop? I'd like to "reschedule" a NON-repeating timer in my own code. I assume that in t

Re: Rescheduling an NSTimer from a completion method

2009-08-12 Thread Christopher Kane
On Aug 11, 2009, at 10:28 AM, Fritz Anderson wrote: iPhone OS 3.0 Can an NSTimer be rescheduled after firing, and after another trip through the run loop? I'd like to "reschedule" a NON-repeating timer in my own code. I assume that in the simple case it would be something like: - (void)

Rescheduling an NSTimer from a completion method

2009-08-11 Thread Fritz Anderson
iPhone OS 3.0 Can an NSTimer be rescheduled after firing, and after another trip through the run loop? I'd like to "reschedule" a NON-repeating timer in my own code. I assume that in the simple case it would be something like: - (void) handleTimer: (NSTimer *) aTimer { // ...