As this configuration is not supported I was wondering what alternatives people have used. I have a universal app which currently uses a 4 tab UITabBarController on both the iPhone and iPad.
I\'d like to know simply if it is possible to present a modal view controller in an iPad application that is using the UISplitView Controller.
I\'ve managed to read some values into a table view and display them in the Master View of a SplitViewController.
my application needs the design similar to sybase ipad app which is here YouTube - Sybase Mobile Sales for SAP CRM on iPad
I have a split view controller that has a table on the left hand side, and a empty detail view controller on the right had side. For iphone, I know its possible to push a view controller and a nib in
i got a little problem, when launching my splitview in landscape, there is a little black space above my left view controller:
I have a UISplitViewController which has a UIWebView assigned to its detailedView. The problem is that the UIWebView\'s content it is not resizing when I change the orientation.
I need to load my split view in a xib not connected to the main xib, (it works for me if I create a split view connected to the main xib.)
I am writing my first tabbar iPad application to which split view controll开发者_开发问答er is added. Everything is working fine but the problem is I am trying to display the root view controller and
I\'m fairly new at programming for iOS, and I am experiencing a problem with an iPa开发者_开发技巧d app I\'m developing.