如果使用
Xcode 4.2中的Storyboard开发应用程序,该应用程序可以在iOS 4.x设备上运行吗?
解决方法
不,它不能.故事板仅适用于iOS 5.
从UIStoryboard class reference:
Available in iOS 5.0 and later
从Converting to Storyboards Release Notes开始:
Storyboarding is a new way to create user interfaces for iOS applications,beginning with iOS 5 and Xcode 4.2.