How to change the width of UITabBarItem?
I have an item with the title, that is wider than default item width. How can I fix it?
Found easier solution for swift if you subclass the UITabBarController this will autofill the tab bar items evenly
self.tabBar.itemPositioning = .fill