Beginning ARC in iOS 5 Tutorial Part 1
摘要:
http://www.raywenderlich.com/5677/beginning-arc-in-ios-5-part-1ARC is a feature of the new LLVM 3.0 compiler and it completely does away with the manual memory management that all iOS developers love to hate.strong and weakBy default all instance variables and local variables are strong pointers.The 阅读全文
posted @ 2013-01-23 06:16 Chansonyan 阅读(189) 评论(0) 推荐(0)