Tagged Questions
1
vote
4answers
859 views
Dealing with objects returned from cocoa convenience methods
I'm having a lot of issues with NSDate objects being prematurely deallocated. I suspect that the issues may be related to the way that I deal with the objects returned from NSDate convenience methods. ...