After upgrading to Xcode 9 and building my app for iOS 11, I have had a problem with the positioning of items in the UITabBar
. They are offset to the left (shown in red outline).
I am using just a regular UITabBarController
and have not done any custom UI code. I've tried looking for any new UITabBar
properties that would effect this, but I can't find anything. Messing with UITabBar
itemPositioning
property doesn't fix the issue.