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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T16:12:54+00:00 2026-05-22T16:12:54+00:00

I am doing a multi view app, in that I have 4 tabs, and

  • 0

I am doing a multi view app, in that I have 4 tabs, and I have view controllers in each tab. In one tab I have grouped table view controller, on click of that tab it will go to that grouped table view. Every thing is going fine.

But last row of the table is hidden under tab bar, so I need to hide the tab bar when I enter into that screen. How can I do this?

I am using this in Appdelegate to create tabs programmatically.

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
    
    UINavigationController *localNavigationController;
    tabBarController = [[UITabBarController alloc] init];
    NSMutableArray *localControllersArray = [[NSMutableArray alloc] initWithCapacity:5];
    
     //add first tab View Controller
    RootViewController *ViewController;
    ViewController = [[RootViewController alloc] initWithTabBar];
    
    localNavigationController = [[UINavigationController alloc] initWithRootViewController:ViewController];
    [localControllersArray addObject:localNavigationController];
    [localNavigationController release];
    [ViewController release];
    
     //add second tab View Controller
    StudentDataEntry *GroupViewController;
     GroupViewController = [[StudentDataEntry alloc] initWithTabBar];
    localNavigationController = [[UINavigationController alloc]
                                 initWithRootViewController:GroupViewController];
    [localControllersArray addObject:localNavigationController];
    [localNavigationController release];
    [GroupViewController release];
}
  • 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-22T16:12:54+00:00Added an answer on May 22, 2026 at 4:12 pm

    if your last row is not visible in your view then there is no need to hide tab bar for that you have to make your table view height according to that, a tab bar is 48 px so minus this 48 px height from your table view height and also if there is a navigation bar at the top then also minus 44 more px from height then it will be visible. And also you can set content inset for table view to make it visible.

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

Sidebar

Related Questions

I need to create a view or a table valued function that returns one
I have a table view of custom cells representing individual uploads and each cell
I've been doing simple multi-threading in VB.NET for a while, and have just gotten
I have an iPhone application that is mostly using standard controls. There is one
How do I isolate touch events from each other? For example, I have one
I'm doing multi-load in one Window (form load and grid data). This is my
I have a multi view which contains a view which contains a panel. the
I'm doing a website (for portuguese speaking countries) that displays phrases one at a
Just an introduction of my code... I have a view that consists of -details
I'm trying to build a multi-level dropdrown CSS menu for a website I'm doing

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.