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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T11:59:21+00:00 2026-05-31T11:59:21+00:00

I have an issue with a View Controller which is loaded from a NIB.

  • 0

I have an issue with a View Controller which is loaded from a NIB. In this NIB I have 2 views, a landscape and portrait. When willAnimateForRotation occurs I i set

// willAnimateForRotation..
if (isLandscape) {
    self.view = self.viewLandscape;
}
else {
    self.view = self.portraitView;
}

in the beginning I set both tables to editing mode:

// viewDidLoad
[self.tableViewPortrait setEditing:YES animated:NO];
[self.tableViewLandscape setEditing:YES animated:NO]; // *

// *
I am pretty sure this line is causing cellForRow to be called on tableViewLandscape at this point, instead of when i set self.tableView = self.tableViewLandscape

It only happens the first time, if I perform 2 orientation changes it will load the items into the tableView correctly.

i dont want to do a [self.tableView reloadData] in orientation change.. that would be redundant.

can anyone see a more graceful way for me to fix this?

  • 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-31T11:59:23+00:00Added an answer on May 31, 2026 at 11:59 am

    Ok, best I could come up with is:

    //willAnimateToRotation..
    if (!self.tableViewLandscape.editing)
    {
        [self.tableViewLandscape setEditing:YES animated:NO];
    }
    

    its a cheap hack but can’t think of a more correct solution.

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

Sidebar

Related Questions

I have a view controller, which creates 2 view controllers inside it. Inside each
I have Navigation controller as intial view which goes into view controller now i
I have an odd issue. I have a controller action which takes a couple
I have a UINavigationController , and push from the root view controller to the
I have view controller, and inside I have IBOutlet UITextField *title , which is
I have a button in a Nib based view which does not behave like
I have my MainViewController which a UIViewController class, in this view I have a
In my iPhone app, I have a view controller with two views (essentially, a
So i have this very basic ipad view controller and i was doing some
We have an issue using the PEAR libraries on Windows from PHP . Pear

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.