Search code examples
objective-cios5uitabbaruitabbaritem

ios tabbar put text in the middle when no image


My tabbar consists only of text, no images.
The problem is that the text always show on the bottom of the tab, is there a way to position the text in the middle ?

Thank you


Solution

  • Got it!

    [tab.tabBarItem setTitlePositionAdjustment:UIOffsetMake(0, -10)]