Quote:
Originally Posted by arj23
How did you get rid of this issue?
|
I've not gotten back to this in a few days... Still working with it.
I have a VC owning the thread and also the target. I've been trying to invalidate and release the thread in the dealloc of the vc, but that's not been happy.
My next attempt will be a method in the vc that invalidates and releases the timer separate from its own dealloc, then have the appDelegate initiate this cleanup before it wants to release the vc.