Re: iOS: Preventing a singleton from being deallocated when the app is in the background.
Re: iOS: Preventing a singleton from being deallocated when the app is in the background.
- Subject: Re: iOS: Preventing a singleton from being deallocated when the app is in the background.
- From: Jens Alfke <email@hidden>
- Date: Wed, 19 Oct 2016 22:32:16 -0700
> On Oct 19, 2016, at 8:41 PM, Alex Zavatone <email@hidden> wrote:
>
> Yet we are seeing log output indicating the init method getting executed twice.
Set a breakpoint on it?
Or add a counter to the init method so it crashes on the second call, so you get a crash log with a backtrace?
—Jens
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden