Is it possible to hide the text labels in a tabBarItem?
My text labels are part of the images I’m using as a replacement because they have some bevels/drop shadows that I can’t replicate in code.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As far as i know, in the viewcontroller associated to the tab, you can set:
But in case of
UINavigationControllerthis also sets to@""the title of the navigationbar, so you’ve to redefine thetitleViewof the the navigationBar.