It seems to me that the iPad application uploads the storyboard file with it to the ViewController. I see an entry in the plist file for "Primary file name of the main storyboard."
Based on the background where I used the "Empty Application" in Xcode, and then I would create a UIViewController along with the nib file, create an instance inside
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
and add to the view and I reference (variable) this ViewController object
Now in this โsingle view applicationโ I donโt see the links to the ViewController based on the storyboard, and I need to have a link to some work. please inform.
user689751
source share