Objective-c – Only image as UITabBarItem

iphoneobjective cuitabbar

I would only like to have an icon as the UITabBarItem and not the text underneath and I was wondering if this was possible, if so, how? TIA

Best Answer

If you use story board, maybe you can use Image Inset from size inspector of bar item and set title to empty at the same time:

enter image description here