Using a split view on the iPad, I have the following code: - (void) splitViewController:(UISplitViewController *)svc willHideViewController:(UIViewController *)aViewController withBarButtonItem:(UIBa
When using UISplitViewController on the iPad there\'s a black vertical divider lin开发者_开发技巧e between the root and detail view. Is there any way to remove this line?
I set up a navigation controller as detail view of a split view controller (NewFeedsNavigationController is inherited from UINavigationController).
I am in kind of situation that I need to start with a tab based application and in that I need a split view for one or more tabs. But it seems that split view controller object can not be added to the
According to Apple\'s documentation on the UISplitViewController (开发者_如何学JAVAin the new iPad 3.2 SDK) it looks like they intend for you to use it only as a root controller of an app.In other wor
I\'m trying to update a detailView in a splitViewController. This is what I try: //Get the application delegate
I开发者_高级运维 am trying to figure out how to best convert many of may apps to Split View apps for the new iPad.What are some of the best ways to go about this, minimizing the amount of transition c