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

The Archive Base Latest Questions

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

Here i am trying to dynamically add and remove the tab from uitabbarcontroller .

  • 0

Here i am trying to dynamically add and remove the tab from uitabbarcontroller .

As well as replace them . My apps situation is as below.

First view is Logon and about

After successful logon new 3 tabs . With last as More and two other .

In more Logoff option is there after selecting this i want to remove the last tab and

replace first two with again logon and About. i.e (Home View)

So in my code i m doing like this ……..

///AppDelegate.m

  • (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {

    // Override point for customization after application launch.

    self.window.rootViewController = tabBarCntr;
    tabBarCntr=[[UITabBarController alloc]init];
    LogonViewController *logon=[[LogonViewController alloc]init];
    logon.tabBarItem.title=@”Logon”;
    AboutViewController *about=[[AboutViewController alloc]init];
    about.tabBarItem.title=@”About”;
    tabBarCntr.viewControllers=[NSArray arrayWithObjects:sos1,about,nil];
    [logon release];
    [about release];

    [self.window addSubview:tabBarCntr.view];

    [self.window makeKeyAndVisible];
    }

and in my IBAction after logon successful setting new viewcontrollers to tabbarcontroller

self.tabBarController.viewControllers=[NSArray

arrayWithObjects:newController1,newController2,more,nil];

    Now in my loggoff i coding something like.....
       NSMutableArray *newArray;   
     newArray=[NSMutableArray arrayWithArray:self.tabBarController.viewControllers];
       [newArray replaceObjectAtIndex:0 withObject:logon];
       [newArray replaceObjectAtIndex:1 withObject:about];
       [newArray removeLastObject];
       self.tabBarController.selectedIndex=0;
       [self.tabBarController setViewControllers : newArray];


  but my applcation crash here after this ....
 can any has solution for this ...

Thnx in advance.

Paggyyyyy

Edit: NSMutableArray arrayWithArray added space to fix code

  • 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:52:34+00:00Added an answer on May 28, 2026 at 3:52 am

    In my opinion, you use 2 separate tabBarControllers. one for login and other for app. once you login remove & release the login tab and add app tab. And again after logout remove & release app tab and add the login tab.
    This will be easier to access tabs, instead of removing/adding viewcontrollers, renaming tabs, changing tab images.

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

Sidebar

Related Questions

I'm trying to add and remove classes dynamically using jQuery in my webpage. Here;s
I can generate the controls but can't remove them. I'm trying to add a
I'm trying to dynamically create and remove items from a list, it works just
I have a site with three tabs that I'm trying to dynamically add mouseover/mouseout
I'm trying to dynamically add a css stylesheet rule using javascript, something like example
I am using the Flex SDK within visual studio and trying to dynamically add
I have a WPF application that I'm trying to dynamically add items to a
I'm new to Obj-C/Cocoa programming, and I'm having an issue trying to dynamically add
Using Titanium Appcelerator I am trying to dynamically create elements and add event listeners
I am trying to dynamically (using reflection) add types to a MEF catalog and

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.