How to change the width of UITabBarItem?

前端 未结 5 1833
醉梦人生
醉梦人生 2021-01-11 23:01

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?

5条回答
  •  难免孤独
    2021-01-11 23:08

    Found easier solution for swift if you subclass the UITabBarController this will autofill the tab bar items evenly

    self.tabBar.itemPositioning = .fill
    

提交回复
热议问题