UISpliViewController DetailView disappears after rotation?

"YOU AND THE ART OF ONLINE DATING" is the only product on the market that will take you step-by-step through the process of online dating, provide you with the resources to help ensure success. Get it now!

Same issue here but the delegate's function are being called for sure,you can check that by putting NSLog Other way around make your own popovercontroller & call it in didrotate method.

Up vote 0 down vote favorite share g+ share fb share tw.

I have a issue with the UIViewController, please first read before you answer, it is more complicated than it seems. Without Changing the super UIViewController rotation works without problems! I have a UISplitViewController in Portrait orientation, than I klick on the Button to show the UIPopoverController now I change the UIViewController from UISplitViewC to UITableViewC Now I rotate the iPad to Landscape orientation And finally switch back to the SpliViewController!

As you can see, the MasterViewController isn't showed and the NavigationItem doesn't disappear. That brings me to the assumption that the delegate function of the splitview aren't called on the rotation of the UITableViewController (no surprise) How can I handle this issue? Delegate functions - (void)splitViewController: (UISplitViewController*)svc willHideViewController:(UIViewController *)aViewController withBarButtonItem:(UIBarButtonItem*)barButtonItem forPopoverController: (UIPopoverController*)pc { //debug_NSLog(@"Entering portrait, showing the button: %@", aViewController class); barButtonItem.

Title = @"Akten"; self. NavigationItem setLeftBarButtonItem:barButtonItem animated:YES; self setMasterPopover: pc; } // Called when the view is shown again in the split view, invalidating the button and popover controller. - (void)splitViewController: (UISplitViewController*)svc willShowViewController:(UIViewController *)aViewController invalidatingBarButtonItem:(UIBarButtonItem *)barButtonItem { //debug_NSLog(@"Entering landscape, hiding the button: %@", aViewController class); self.

NavigationItem setLeftBarButtonItem:nil animated:NO; self setMasterPopover: nil; } Thanks for your Help! Ios ipad uisplitviewcontroller uipopovercontroller link|improve this question asked Dec 19 '11 at 10:46Seega908112 88% accept rate.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions