List Question
10 TechQA 2024-12-25 21:32:21Should I use __unsafe_unretained for temp variables?
672 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?
456 views
Asked by yonivav
dealing with autoreleased objects within dispatch_sync
33 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
108 views
Asked by Infinite Possibilities
Data withUnsafeBytes is deprecated
756 views
Asked by Nissaba
To support iOS 4.3, use "assign" instead of weak, but Interface Builder uses unsafe_unretained?
844 views
Asked by Jeremy L
property for ivar that points to two-dimensional array of pointers to NSStrings
419 views
Asked by StephenAshley.developer
Delegate pointer issues since upgrading to ARC
125 views
Asked by jowie