RE: Delaying Between applicationWillResignActive and applicationDidEnterBackground

2012-03-21 Thread Brian Barnes
Julius Oklamcak wrote: >Have you looked into using UIApplication's >-beginBackgroundTaskWithExpirationHandler: in the >UIApplicationDelegate's-applicationDidEnterBackground: to give you >some background run time to finish the loop? The problem is I need my loop to finish before didEnterBackgr

Re: Delaying Between applicationWillResignActive and applicationDidEnterBackground

2012-03-21 Thread Brian Barnes
On 3/21/2012 6:14 AM, Rhythmic Fistman wrote: On 21 March 2012 05:25, Brian Barnes wrote: I'm facing a real puzzle that might have an easy answer. I've ported my game development software dim3 to iOS. Works fine, but I'm having a problem with the application moving to the background. My pr

Re: Delaying Between applicationWillResignActive and applicationDidEnterBackground

2012-03-21 Thread Rhythmic Fistman
On 21 March 2012 05:25, Brian Barnes wrote: > I'm facing a real puzzle that might have an easy answer.  I've ported my game > development software dim3 to iOS.  Works fine, but I'm having a problem with > the application moving to the background.  My problem is twice as complex > because I'm tr

Delaying Between applicationWillResignActive and applicationDidEnterBackground

2012-03-21 Thread Brian Barnes
I'm facing a real puzzle that might have an easy answer. I've ported my game development software dim3 to iOS. Works fine, but I'm having a problem with the application moving to the background. My problem is twice as complex because I'm trying to figure out what changes might be required in