I have one existing app for iphone with tabBarController and NavigationController.Now i want to make it universal app with splitView functionality for ipad.
Now my question is can i take another mainWindow for ipad or give condition for ipad in appDelegate?which is the better way to make it universal with splitView functionlity.
please suggest me the way to do this.
Hey You can take two different
MainWindowforiPhone and iPad.You can set
Main nib file base name=MainWindowfor iPhoneAnd
Main nib file base name(iPad)=MainWindow-iPadfor iPadThis will be available in your
info.plist