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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T08:52:50+00:00 2026-06-05T08:52:50+00:00

![Second View its the main gallery view][1] Hello I`m trying to invoke a new

  • 0

![Second View its the main gallery view][1]
Hello I`m trying to invoke a new view controller when the device is on landscape orientation. It’s an image gallery with scroll view, the thing is I want to show the image gallery on a different position but I don’t know how. I’m using Xcode 4.3 with Story boards so its a bit different then the older version I think.

Thank you for your help.
![This how it looks without the code in landscape, the scroll dissapears][2] Thats why I’m calling another view

Dang! I’m not allowed to post images

  • 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-05T08:52:52+00:00Added an answer on June 5, 2026 at 8:52 am

    Make your landscape view in the storyboard. Add an identifier, like LandscapeView, in the inspector. Then, in your original view controller, import the header file of the view controller of the landscape view:

    #import "LandscapeViewController.h" //Change to whatever your file is called
    

    and modify the following method like so:

    - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
    {
        LandscapeViewController *landscapeView = [self.storyboard instantiateViewControllerWithIdentifier:@"LandscapeView"]; //change LandscapeViewController to the correct name and change LandscapeView to the correct identifier
        landscapeView.modalTransitionStyle = UIModalTransitionStyleCrossDissolve; //Or whatever transition you want
    
        [self presentModalViewController:landscapeView animated:NO];
        return YES;
    }
    

    Then, in the view controller of the landscape view, modify the same method as follows:

    - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
    {
        [self dismissModalViewControllerAnimated:NO];
        return YES;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to create a second view controller and link it to a new
I have a second view controller set to display in a UIPopoverController. I set
My app's main view has a uiwebview. It is white for a split second
On the Iphone im trying to populate a main table view from a dictionary,
I have this code: tableList = [[NSMutableArray alloc] initWithObjects:@First View,@Second View,nil]; I have synthesized
I have two ListViews, the second view items change according to what the first
I have two views, one view takes the whole screen, the second view covers
I have a uinavigationcontroller with 2 views. In the second view I have some
The view is visible for a quick second in the dialog, then the dialog
I have picker view with two components. Second component has data like Farenheit(F),Celcius(C) and

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.