Automatic Reference Counting
Automatic Reference Counting (ARC) for Objective-C makes memory management the job of the compiler. By enabling ARC with the new Apple LLVM compiler, you will never need to type retain or release again, dramatically simplifying the development process, while reducing crashes and memory leaks. The compiler has a complete understanding of your objects, and releases each object the instant it is no longer used, so apps run as fast as ever, with predictable, smooth performance.
Storyboards
Layout the workflow of your app using the new Storyboards feature built into the design tools of Xcode. Created for apps that use navigation and tab bars to transition between views, Storyboards eases the development by managing the view controllers for you. You can specify the transitions and segues that are used when switching between views without having to code them by hand.
자 이제 부터 개발할때에는 스토리보드와 ARC에 적응하도록 해야 겠다 -__-/
'etc > old' 카테고리의 다른 글
[춤춰보았다] Colorful Worldを踊ってみた【てぃ☆イン!】 (0) | 2012.06.07 |
---|---|
[BOOK] Test Driven Development By Kent Beck (0) | 2012.06.06 |
[iOS 5] Tech Talk World Tour 2011 (0) | 2011.10.21 |
iOS5 GUI 포토샵 파일 (0) | 2011.10.19 |
[프로그램] Tile Map Editor (0) | 2011.10.08 |