I am developing iPhone Application.I want to disable title of UITabbar.I know that title is the inbuilt property of tabBar Item,But is there any way to disable title and show only image.
I am also attaching screenshot for reference. I don't want title of bar item in TabBar like this :
I want to TabBar as below screenshots ,
So that image is displayed exactly on center of bar item.I tried with setting title to nil but It took the space and image will be displayed little upper side.
:
Any help will be appreciated.