I at the moment have an iOS app the place the entry level is ready by way of the AppDelegate, however I wish to take away this dependency and set a particular storyboard, let’s name it ‘HomeTabStoryboard’, because the entry level. Which means when the app is launched, I would like ‘HomeTabStoryboard’ to be robotically loaded. How can I obtain this with out counting on AppDelegate for setting the entry level?
I’ve tried setting the storyboard identify in plist in opposition to UIMainStoryboardFile key.
I’ve tried renaming my customized HomeTabStoryboard identify to Important in order that xCode can robotically detects the entry level by it.
I even have tried so as to add the Important Interface file within the venture settings.
however nothing works. If i do that i get error couldn’t load nib caledd HomeTabStoryboard.