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?
I just searched through the documentation and saw no method for adjusting the UITabBarItem's width.
A possible solution would be to place a view within the tab bar controller to load a custom UITabBarItem, that is the proper width.