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: Jonathan Mitchell <email@hidden>
- Date: Wed, 19 Oct 2016 22:20:16 +0100
> On 19 Oct 2016, at 22:14, Jens Alfke <email@hidden> wrote:
> So that’s not what the problem is.
>
It may be that the a separate instance of the singleton is getting created via the normal alloc - init sequence outside of the normal singleton accessor.
That should be trivial to check for.
_______________________________________________
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