I am trying to create a new app with Singe View template but there is no xib or storyboard option to make my interface as xib file !!! why does Apple remove xib from iOS 7 ?!! How can I create application with xib interface files ?
|
||||
|
Apple removed it because they just want to "force" everybody to use Storyboards, although from what I know, a big amount of people just don't find them useful. I'm afraid you'll have to do it yourself, just create an empty app and set yourself the view. Check an example: |
|||||||||
|
Apple remove it from xcode 5 . you have only one option to choose storyboard. if you want to xibs then remove storyboard after creating singleView application and add xib manually. another option is to create application in xcode 4.6 or earliar version then run it on xcode 5. |
|||
|