I am creating and adding UITabBarController programatically in my App Delegate.
I have 5 view controllers in my tab bar that means 5 views.
I want to set title of different tabs from contrller.
Please help me to do it.
Thanks
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.
This sets the title of each of the view controllers (the title shown at the top in the navigation controller) to the matching title in the tabBarItemTitles array.
If you’re trying to set the text in the tabBarItem, do this: