Search code examples
objective-cxcodewidthuitabbaritem

How to change the width of UITabBarItem?


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?


Solution

  • 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.