I want to show displayModeButtonItem on iPad. I have this code:
self.navigationItem.leftBarButtonItem = self.splitViewController.displayModeButtonItem;
self.navigationItem.leftItemsSupplementBackButton = YES;
But not that well on iPad Landscape.
Help!!!