4 ms·
I suspect that the recent addition of automatic referencing counting will help a LOT for iOS apps.
by Terry_B 15y ago
I suspect that the recent addition of automatic referencing counting will help a LOT for iOS apps.
- extension 15y agoI wouldn't hold my breath. For the most part, if a developer can't be bothered to clean up their memory manually then they probably can't be bothered to use ARC properly. It's not trivial: http://longweekendmobile.com/2011/09/07/objc-automatic-reference-counting-in-xcode-explained/ http://longweekendmobile.com/2011/09/07/objc-automatic-refer...