Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Storyboard apps also run on pre-iOS 5 devices?

If an app is developed using Storyboard in Xcode 4.2, can this app run in iOS 4.x devices?

like image 897
ohho Avatar asked Feb 23 '23 17:02

ohho


1 Answers

No, it can't. Storyboards are only available in iOS 5.

From the UIStoryboard class reference:

Available in iOS 5.0 and later

From 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.

like image 81
Amy Worrall Avatar answered Mar 03 '23 17:03

Amy Worrall