Show More tab in landscape orientation

The iTunes Store app on an iPhone 6+ shows the More tab both in portrait and in landscape orientation. How can 3rd party apps accomplish this?


Background: our app supports landscape mode on iPhone 6+, it has 6 tabs and the More tab is shown only in portrait orientation. Currently if orientation is changed when user is in one of the last two tabs (ones that in landscape orientation are listed under the More tab), then the navigation stack is either emptied (portrait to landscape) or view controllers get removed from the navigation stack (landscape to portrait). Displaying the More tab also in landscape could be an acceptable workaround.

Replies

Hi tiittop,


Have you solved this issue? I've faced with the same problem in my application.

Thanks.

I can't remember exactly why - maybe something to do with badging (wanted the more tab badge to have the total of the badges of sub controllers or something) - but I ended up just building a simple table view based view controller that looks like the stock More tab.