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
Got it!
[tab.tabBarItem setTitlePositionAdjustment:UIOffsetMake(0, -10)]