I have a UITabBarController
with 5 views.
When I click on the tab bar in a ViewController, I have set up in the Attributes Inspector an Identifier like "Featured" because I want the Icon of "Featured" to be in the Tab Bar. But I want only the Icon of "Featured" and not the text "Featured" under it, but when I try to change this in the Attributes Inspector, the Identifier changes to custom and the icon is gone. My question is: How can I change the text but also use the icon or do I have to make it custom and make the icon myself?
Asked
Active
Viewed 51 times
1

DipakSonara
- 2,598
- 3
- 29
- 34

user3676993
- 15
- 6
-
The title " item " right , in storyboard you can remove this. – Vineesh TP May 29 '14 at 06:59
-
You will have to use custom image for this. – Ashutosh May 29 '14 at 07:01