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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T06:22:27+00:00 2026-06-12T06:22:27+00:00

After building my iPad app against iOS 6.0 SDK, I get this weird behavior

  • 0

After building my iPad app against iOS 6.0 SDK, I get this weird behavior with my UISplitViewController’s detailed view. The detailed view is positioned 20 pixels (points / 40 pixels) lower than it should be.

enter image description here

Here is what it looked like under 5.1:

enter image description here

For DetailViewController_iPad.xib in Interface Builder I’ve set the Simulated Metrics > Top Bar to None. This didn’t help.
I’ve logged the view frame:

- (void) viewDidLayoutSubviews {
//.. etc
NSLog(@"viewDidLayoutSubviews: %@", CGRectCreateDictionaryRepresentation(self.view.frame) );
}

This logs the height as 684 instead of the what it should be: 704.

Height = 684; Width = 703; X = 0; Y = 0;

Anyone have any experience with this sort of thing? What should I try next?

UPDATE: This problem seems intermittent, with some compiles causing it, and some not.

If anyone else has had this problem and found out what causes it, I’d still be keen to know.

  • 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-06-12T06:22:29+00:00Added an answer on June 12, 2026 at 6:22 am

    I had the exact same issue!

    The issue will occur when there is another view controller in the navigation controller and this split view controller is pushed in the method application:didFinishLaunchingWithOptions: during app launch.

    This fixed the problem for me:

    When pushing the splitViewController I used

    dispatch_async(dispatch_get_main_queue(), ^{
    
         [self.navigationController pushViewController:splitViewController animated:NO];
    
    })
    

    instead of

    [self.navigationController pushViewController:splitViewController animated:NO];
    

    I used this only for iOS6 otherwise first view will be momentarily showed in OS < iOS6.

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

Sidebar

Related Questions

I get the following warning after building my app for distrobution. warning: building with
After building my program every 5 or so times I get this error, it's
So I have this app I'm working on and after building running the App
It seems that the Android SDK doesn't compile my android app correctly. After building
I have a weird situation in my application: After building app with release key
I use ant debug to build my project. After building with this command, my
I'm new to proguard, and developing android app, after building with default android proguard
I'm building a WCF service,after a client connects to this service,when the service disconnect,
I'm very frustrated with this problem. After one week of waiting my universal iPad
I've been contemplating (re)building an app on iPad for some time, where I would

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.