List Question
10 TechQA 2012-01-26 15:07:18Should I use __unsafe_unretained for temp variables?
662 views
Asked by ma11hew28
How to manage unsafe_unretained ivars/properties?
3.1k views
Asked by dark_perfect
why delegates should be unsafe_unretained and not weak?
447 views
Asked by yonivav
dealing with autoreleased objects within dispatch_sync
24 views
Asked by vtruant
Returning __unsafe_unretained pointer to released object in Objective C causes a crash
1.3k views
Asked by Pang
Memory management of static consts in Objective-C
97 views
Asked by Infinite Possibilities
Data withUnsafeBytes is deprecated
747 views
Asked by Nissaba
To support iOS 4.3, use "assign" instead of weak, but Interface Builder uses unsafe_unretained?
833 views
Asked by Jeremy L
property for ivar that points to two-dimensional array of pointers to NSStrings
410 views
Asked by StephenAshley.developer
Delegate pointer issues since upgrading to ARC
111 views
Asked by jowie