I'm building a tab bar where each tab bar item has a different size. Is there a way to subclass a UITabBar ? I read the documentation and it seems that UITabBars always UITabBarItems with the same size.
Can anyone confirm this ? What would be the neatest implementation of a custom UITabBar ?