tags:

views:

126

answers:

0

I have created UITabBarItem using Interface Builder by specifying both the icon/image and title. The Interface Builder displays them as expected - the title is just below the icon.

But when I ran my application, it just shows the icons without the title. I want to display both the icon and the title.

Why does the title does not show up? How can I display both the icon and the title?

Thanks in advance for your help.