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 7054873
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:40:48+00:00 2026-05-28T03:40:48+00:00

I recently came back to native iOS development and am working on a Tab

  • 0

I recently came back to native iOS development and am working on a Tab Bar app. I noticed the process of building one has changed. All the tutorials mention adding a Tab Bar controller to the mainwindow.xib of a Window-based application. I really do enjoy using the interface builder system to create a tab bar but this seems to be a thing of the past?

Without that initial window to add the tab bar controller it’s kind of a mute point. The tab bar template isn’t bad, it just uses code to setup each of the views tab bar elements, etc. This is fine, but I really did like the methodology of separating the interface and the code behind. When I work with clients it’s nice to show them the interface changing visually.

My question is 1) Is it possible to still build a tab bar app using the tab bar controller and interface building to customize my tab bar? And 2) How do I go about doing this? Are there any tutorials? I’m not against building this up from scratch using the empty template.

Thanks,

David

  • 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-05-28T03:40:48+00:00Added an answer on May 28, 2026 at 3:40 am

    Hello there i think this tutorial will help you:

    in ios5 customization is quite simple:

    vistit: http://kurrytran.blogspot.com/2011/10/ios-5-tutorial-creating-custom-tab-bar.html

    it is all done with storyboards and then you set up everything in the viewdidload method.

    - (void)viewDidLoad
    {
        UIImage *selectedImage0 = [UIImage imageNamed:@"HomeDB.png"];
        UIImage *unselectedImage0 = [UIImage imageNamed:@"HomeLB.png"];
    
        UIImage *selectedImage1 = [UIImage imageNamed:@"ScheduleDB.png"];
        UIImage *unselectedImage1 = [UIImage imageNamed:@"ScheduleLB.png"];
    
        UIImage *selectedImage2 = [UIImage imageNamed:@"BuildingsDB.png"];
        UIImage *unselectedImage2 = [UIImage imageNamed:@"BuildingsLB.png"];
    
        UIImage *selectedImage3 = [UIImage imageNamed:@"InformationDB.png"];
        UIImage *unselectedImage3 = [UIImage imageNamed:@"InformationLB.png"];
    
        UIImage *selectedImage4 = [UIImage imageNamed:@"MoreDB.png"];
        UIImage *unselectedImage4 = [UIImage imageNamed:@"MoreLB.png"];
    
        UITabBar *tabBar = self.tabBarController.tabBar;
        UITabBarItem *item0 = [tabBar.items objectAtIndex:0];
        UITabBarItem *item1 = [tabBar.items objectAtIndex:1];
        UITabBarItem *item2 = [tabBar.items objectAtIndex:2];
        UITabBarItem *item3 = [tabBar.items objectAtIndex:3];
        UITabBarItem *item4 = [tabBar.items objectAtIndex:4];
    
        [item0 setFinishedSelectedImage:selectedImage0 withFinishedUnselectedImage:unselectedImage0];
        [item1 setFinishedSelectedImage:selectedImage1 withFinishedUnselectedImage:unselectedImage1];
        [item2 setFinishedSelectedImage:selectedImage2 withFinishedUnselectedImage:unselectedImage2];
        [item3 setFinishedSelectedImage:selectedImage3 withFinishedUnselectedImage:unselectedImage3];
        [item4 setFinishedSelectedImage:selectedImage4 withFinishedUnselectedImage:unselectedImage4];
        [super viewDidLoad];
             // Do any additional setup after loading the view, typically from a nib.
    }
    

    i hope it helps.

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

Sidebar

Related Questions

I recently came back to image processing. Most of what I used previously was
I've been using TortoiseSVN for a while and recently came back to recommitting all
I recently came back to using Eclipse after 2 years of IntelliJ. Things have
Came across this curiosity recently. One solution, with two projects within it (ORM and
I recently came across an IE7 only bug that I thought I'd share so
I recently came across a ASP 1.1 web application that put a whole heap
I recently came across this in some code - basically someone trying to create
I recently came across the data structure known as a skip list . It
I recently came upon something called Rpoku which is a spoken computer language. I
I recently came across a great data structures book, Data Structures Using C (c)

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.