Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7958265
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T04:23:42+00:00 2026-06-04T04:23:42+00:00

my app starts with a tab bar controller which have 5 tabs. At start

  • 0

my app starts with a tab bar controller which have 5 tabs. At start the first one in presented with its name but the other four don’t have a name until I click on them. Then the name appears depending which language the user has.
How can I set the name of the tabs before the tab bar appears?
I am using storyboard. Is there a way to set title at the tab bar programmatically when all the rest is done with storyboard? I tried in the AppDelegate something like [FirstViewController setTitle:NSLocalizedString(@"Titel1", nil)];
But I got an error that there is no class method for selector setTitle.
Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T04:23:43+00:00Added an answer on June 4, 2026 at 4:23 am

    I had the same problem today. I’m using storyboard too. In my case i used the following way.

    1. I’ve created a new “Objective-C class” with the name
      “MainTabBarViewController” as a subclass of “UITabBarController”.
    2. In my storyboard in “identity inspector” i changed “Custom class” to “MainTabBarViewController”.

    3. In the method “viewDidLoad” in “MainTabBarViewController” i added:

      [[self.viewControllers objectAtIndex:0] setTitle:NSLocalizedString(@”home”, nil)];

      [[self.viewControllers objectAtIndex:1] setTitle:NSLocalizedString(@”statistics”, nil)];

      [[self.viewControllers objectAtIndex:2] setTitle:NSLocalizedString(@”settings”, nil)];

      [[self.viewControllers objectAtIndex:3] setTitle:NSLocalizedString(@”info”, nil)];

    I guess it is not the perferct way, but for me it works perfect.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Have another issue here. Our app starts out with a tab activity. But, before
So I have 2 tabs in tab bar controller. tab 1 is the rootController.
I have tab bar controller in my app. It opens Quotes of the day
I have an app with Tab Bar. Each Tab starts to request some data
I am using a tab bar controller in my app but I load a
My app has 5 tabs and starts with tab 1 selected. Another tabs contains
I have a tab-based iPhone app where I want to increase the perceived start-up
I want to make a favorites button in my tab bar controller which permanently
I want to have a navigation controller enrollment flow before my actual tab bar
My app is based on a tab bar architecture. In order to have an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.