Objective-C: Releasing an object that spawns a thread
While I was working on the first version of I ♥ Concerts, I ran into an interesting problem trying to release an object that spawns a thread. I have a ConcertUpdater object that handles querying our server for upcoming concerts in your area. This object is initialized in our AppDelegate. Because finding the user’s location and [...]