Hacker News new | ask | show | jobs
by yuhao 5236 days ago
ARC in XCode 4.2 takes care of the release/retain business!
1 comments

Kind of. It does not apply to all Cocoa libraries and you need to follow certain conventions, otherwise the compiler will fail to add the release/retain calls.