How can i make a UITabBar without Images? I just want text, centered in the buttons.
Share
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.
If by “centered”, you mean “horizontally-centered”, I would just use fully transparent PNG images for your design.
I you also mean “vertically-centered”, there’s no way to achieve this with UITabBar and text.
Maybe you can trick it by using an empty text for your tab but creating images for the text you want but the text will be rendered blue and it might be ugly/not meet Apple’s standards so I would strongly advise you against it.