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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T05:26:43+00:00 2026-05-27T05:26:43+00:00

Good day to you guys I have an application that has a UITabBarController for

  • 0

Good day to you guys

I have an application that has a UITabBarController for tabbed-navigation… The view-controllers are mapped to their respective TabItems via a URL, just the same as that of Three20’s TTNavigationSample App.

My problem is that inside a view controller of mine, i have a button that calls to another view controller which is also attached to a TabItem. When i trigger the button, the application throws an error. How can I resolve this?

In my TabBarController, i have this inside the viewDidLoad method:

-(void)viewDidLoad {
 [self setTabURLs: [NSArrayWithObjects:
                    @"tt://bulletinBoard",
                    @"tt://contacts",
                    nil
                   ]];
}
  • 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-27T05:26:43+00:00Added an answer on May 27, 2026 at 5:26 am

    Sample .m file

    #import "HabBarController.h"
    
    
    @implementation TabBarController
    
    
    - (void)viewDidLoad {
    
        //these are variables like "tt/feed"
        [self setTabURLs:[NSArray arrayWithObjects:
                          kAppFeedURLPath,
                          kAppHotURLPath,
                          kAppPostPhotoURLPath,
                          kAppGeneralActivityURLPath,
                          nil]];
    
    
    }
    
    - (UIViewController*)rootControllerForController: 
    (UIViewController*)controller {
    
        if ([controller canContainControllers]) { 
    
            return controller; 
        } else { 
            UINavigationController* navController = [[[UINavigationController 
                                                       alloc] init] autorelease]; 
            [navController pushViewController:controller animated:NO]; 
            return navController; 
        } 
    } 
    
    
    - (void)viewWillDisappear:(BOOL)animated { 
        [super viewWillDisappear:animated]; 
        [self.tabBarController.navigationController setNavigationBarHidden:YES animated:NO];
    
    } 
    - (void)didReceiveMemoryWarning {
    
        [super didReceiveMemoryWarning];
    
    
    }
    
    - (void)viewDidUnload {
        [super viewDidUnload];
    }
    
    
    - (void)dealloc {
        [super dealloc];
    }
    
    @end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Good day I have a custom TextBox that has a IndicatorTextBox.ui.xml file as well
Good day, I have a class that implements the LoaderCallbacks, and hence have the
Good Day, I have a simple working routine in Perl that swaps two words:
Good day guys, I've got quite a specific data model that I'm trying to
Good day, I have found a strange quirk in Vim that I can't explain
Good day guys, I would like to inquire if anyone of you may have
good day guys! in project, among others, have models: class Category(models.Model): name = models.CharField(max_length
Good day guys. I have the following struct and class, template <class T> struct
Good Day, I am writing an application where I'm downloading a file that is
Good day. I have rails 3.1. and gem Paperclip in my application to manage

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.