I have a little problem easily reproductible with Xcode 6.1.1 :
- Create a new Tabbed application project
- Set the deployment target to iOS 7
- Go into the storyboard and drag and drop a
UISplitViewController
- Link it to the
UITabBarController
- Edit the new Tab Bar Item, set an image and set its name
Now run the project in the simulator (iPhone) for iOS 7 and iOS 8. The Tab bar item is invisible in iOS 7 whereas its visible in iOS 8...
Any thoughts to make it visible?
PS: I've already checked Issue with Split View Controller with UITabbarController in iOS7 and UISplitView with UITabbar but none is about the invisible item...