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

  • Home
  • SEARCH
  • 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 6145649
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:49:33+00:00 2026-05-23T18:49:33+00:00

in my code I call tab bar controller like this: [[TTNavigator navigator] openURLAction:[TTURLAction actionWithURLPath:@tt://tabBar]];

  • 0

in my code I call tab bar controller like this:

[[TTNavigator navigator] openURLAction:[TTURLAction actionWithURLPath:@"tt://tabBar"]];

For the first page which tab bar called like this:

- (id)init{

if (self = [super init]) {
    self.title = @"app";

    UIImage* image = [UIImage imageNamed:@"tab.png"];
    self.tabBarItem = [[[UITabBarItem alloc] initWithTitle:self.title image:image tag:0] autorelease];
    self.variableHeightRows = YES;
    id<TTTableViewDataSource> ds = [MainPageDataSource dataSourceWithItems:nil];
    ds.model = CreateTabModelWithCurrentSettings();
    self.dataSource = ds;

}
return self;}


-(void)loadView{
self.view = [[[UIView alloc] initWithFrame:TTApplicationFrame()] autorelease];
self.tableView = [[[UITableView alloc] initWithFrame:TTApplicationFrame() style:UITableViewStylePlain] autorelease];
self.tableView.rowHeight = 80.f;
self.tableView.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;
[self.view addSubview:self.tableView];}

two titile bar here

As shown above.

  1. how to remove the “back” title?

  2. how to remove both of title?

  3. Actually I found that the back navigate bar is previous login page’s, so is there any way to release the previous login page after the tab bar controller has been called

  • 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-23T18:49:33+00:00Added an answer on May 23, 2026 at 6:49 pm

    Take a look on this tutorial. It explains how to hide the tab bar when you push a login view.
    http://three20.info/article/2010-11-10-Hiding-The-iphone-Tab-Bar-With-TTNavigator

    Note that it makes more sense to show your tab bar main controller, and push the login view in case the user isn’t logged in. This way you can release the login view and come back to the main tab bar view.

    Also, if you have issues with duplicated UINavigationBar bars, you should use the [TTURLMap from:(NSString*)URL toModalViewController:(id)target] function, which present controllers that already has UINavigationBar
    `

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

Sidebar

Related Questions

I am writing jquery ajax code to call wcf service. In this case WCf
It was suggested that I use this line of code to call an image
From this code I can call bmwCars.CopyToDataTable() as I expected. var bmwCars = from
I have a code like this function SocialMiner() { var verbose=true; var profileArray=new Array();
How can we call Intent.ACTION_DIAL from a tab layout? My code is: Resources res
I have overwritten the tab bar controller and tab bar item classes in my
I want to have a navigation controller enrollment flow before my actual tab bar
Setup: Tab Bar App First View is a ScrollView which has an ImageView as
I am using the below jquery code to call a ajax function in my
I'm using the following code to call a TaskDialog. [DllImport(ComCtl32, CharSet = CharSet.Unicode, PreserveSig

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.