Xcode4.2とFile’s Owner

ひさびさにiOSアプリを作ろうと思い開発環境をセットアップしたところ、Interface Builder周りが変わっていてびっくり。

Xcode4.2 新機能
– Storyboards let you design multiple iOS screens, and define the segues among them
– Automatic Reference Counting (ARC) saves you from manually managing retain/release
iCloud entitlements are automatically enabled for Mac and iOS apps
OpenGL ES Debugger graphically analyzes your OpenGL scene directly within the IDE
Apple LLVM compiler supports C++11 features

Apple releases Xcode 4.2 with iOS 5 and Lion SDKs - 9to5Mac

とくに、StoryBoardを使うとUI周りの開発が楽になるみたいだけど、まだ理解が追いつかない…。


またStoryBoard利用時はFile's Ownerが存在せず、どうやって動かすのか勉強する時間も無い状況。


しかたないので、Project作成時の”Use Storyboardのチェックを外す”事で従来のInterface Builderでの開発を行う方向にすることに。