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
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
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