Reputation: 109
I am trying to use the Storyboard files in XCode but I can't find it while creating the project and when I downloaded a storyboard sample I couldn't open the storyboard file it opens as an XML file Any help.
Upvotes: 0
Views: 792
Reputation: 724
Storyboards have been available since iOS 5 SDK. If you are using an older version, then you should probably update. Download it here: https://developer.apple.com/technologies/ios5/
Upvotes: 1
Reputation: 21221
it seems you are using an old version of xcode, you will have to download xcode 4.2+ version
your current version of xcode is not capable of understanding storyboard files, and since a storyboard is an xml file, its opening it as so
Upvotes: 1