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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T06:43:20+00:00 2026-05-20T06:43:20+00:00

I have a UITableView inside UITabBarController, when the starting orientation for the TableView is

  • 0

I have a UITableView inside UITabBarController, when the starting orientation for the TableView is Landscape there is no problem, but when the Starting Orientation is Portrait it get shifted down by 10 px after rotating, please see Images,

Before Rotating:

After Rotating:

The gray 10 pixel rect is shown between the Status and the UINavigationController.

Any help would be so much appreciated.
Thanks all.

  • 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-20T06:43:20+00:00Added an answer on May 20, 2026 at 6:43 am

    I have found the solution, but it seems has nothing to do with what i was facing but i tried everything and this finally did the job.

    Here what i used to do to:

    Before

    I used to load My UITabController through an IBOutlet connected from on XIB and load it as follow:

    [window addSubview:self.oTabNavigationViewController.view];
    

    Now

    I Removed my UITabViewController from the XIB and load it from the application delegate as follows:

    self.oTabNavigationViewController = [[TabNavigationViewController alloc] initWithNibName:@"TabNavigationViewController_ipad" bundle:nil];
    
    [self.oTabNavigationViewController.view setFrame:[[UIScreen mainScreen ]applicationFrame]];
    [window addSubview:self.oTabNavigationViewController.view];
    

    Thanks all for the effort.

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

Sidebar

Related Questions

I have a UITableview inside a popover. Initially the popover is displayed in portrait
I have these delegate method for a tableview inside a class: - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView
I have a UITableView inside of a View created from a NIB. the table
I have a UITableView that I am placing inside a TabView. I am trying
I have a UITableView with 3 sections inside of a UIViewController. Is it possible
Hi i have a working UITableViewController and UITableView with custom cells but i want
i have all that data with me in tableview but when i dont know
self.tableView = [[UITableView alloc] initWithFrame:self.view.frame style:UITableViewStylePlain]; How do I get the proper size from
I have a Tab Bar Controller with UITableView inside. When an item is selected
I have a UITableView with custom cells. Inside each cell is 2 views. Each

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.