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

The Archive Base Latest Questions

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

I have an application with a UISplitViewController, when I launch the app under potrait

  • 0

I have an application with a UISplitViewController, when I launch the app under potrait mode it’s missing the “Group” UIBarButtonItem. I need to turn to landscape mode and back to potrait to make it appear. When I launch it in landscape mode it is there. Here’s some screenshot to make it clear:

This is when the application is launched at portrait mode
enter image description here

This is in landscape mode, after rotating it from portrait mode:
enter image description here

This is after rotating back to portrait mode from landscape mode:enter image description here

  • 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:22:10+00:00Added an answer on May 22, 2026 at 4:22 pm

    The same thing happened to me a couple days ago. You just have to make sure that the detail view is delegate of the splitView. If you try to set the delegate in the detail view’s viewDidLoad, it won’t be set until after the splitView loads (with the root tableView controller). That is why it is doesn’t get placed until you switch to landscape and back. The best way to set the delegate is either in your app delegate implementation file (when you create the UISplitViewController, which would be the best idea) or in the root tableView controller with something like

    - (void)viewDidLoad {
        self.splitViewController.delegate = [self.splitViewController.viewControllers objectAtIndex:1];
    }
    

    That makes the detail view delegate, so when it loads after the tableView controller loads, it will call your splitViewController:willHideViewController:... method.

    Of course, this may not be the situation you have. I’m just assuming that since I had the exact same behavior, it is probably the same cause. If this doesn’t do the trick, just say so and we’ll get to the cause

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

Sidebar

Related Questions

I have Application settings stored under HKEY_LOCAL_MACHINE\SOFTWARE\MyCompany branch. Settings must be same for different
I am working on a universal app, I used UISplitViewController in doing iPad application.
In ipad app I want to set UISplitViewController method set in portrait mode.(i.e Like
I am developing for iPad and have created a standard UISplitViewController application using the
In my iPad application, i have used UISplitViewController where master view contains table view
We have application have been written in Silverlight using MVVM pattern. We need to
I have created a simple iPad application based on the UISplitViewController template. I'd like
I have application that is only landscape with no other orentation supported. But when
I have application APP and library LIB. APP uses LIB. I have 2 versions
i have application and i need to add text programmatically to some fields it

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.