In my application i am using tab bar controller , I have 10 tabs in TabBar Controller and in portrait mode only 4 tabs are visible on screen and remaining 6 tabs are hidden in "More" tab.
The Problem is on Iphone6+(8.3) when i rotate the phone in landscape, the tabs that were hidden in "More" tab comes out and are visible on screen, in such a way that 7 tabs are visible on screen and remaining 3 are hidden in "More" tab.
Now i want some help so that when i rotate the phone to landscape, only 4 tabs remain on screen (as in portrait mode) and other 6 tabs remain hidden in "More" tab.
This problem is only occuring on iphone 6+ that have IOS 8.3, on other iphones including iphone6+ (IOS less then 8.3), 4 tabs are visible on screen and the other 6 tabs remain hidden in "More" tab in portrait and landscape mode. One more thing if i remove the launch images for iphone6 and iphone6+ then again every thing is fine.