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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T04:59:34+00:00 2026-05-28T04:59:34+00:00

This example is taken from The Big Nerd Range iPhone book (page 143/144) –

  • 0

This example is taken from The Big Nerd Range iPhone book (page 143/144) – ItemsViewController is a subclass of UITableViewController:

@interface HomepwnerAppDelegate : NSObject <UIApplicationDelegate>
{
    UIWindow *window;
    ITemsViewController* itemsViewController;
}

....
itemsViewController = [[ItemsViewController alloc] init];
[window setRootViewController: itemsViewController]

My question is why is it necessary to have the iVar itemsViewController, why not just do this instead:

...
window.rootViewController = [[ItemsViewController alloc] init];

I presume the window will destroy its rootViewController when the app exits and thus there’s no leaks, and the window will be in existence for the lifetime of the app so I don’t understand why this and many other example have a separate iVar for the root controller?

TIA

  • 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-28T04:59:35+00:00Added an answer on May 28, 2026 at 4:59 am

    The biggest advantage is simply that you can access the methods of your view controller without needing to cast over and over again:

    [itemsViewController doSomething];
    // vs.
    [(ItemsViewController *)window.rootViewController doSomething];
    

    Depending on the app you might need to refer to the root view controller frequently from the app delegate, for example when implementing the handlers for entering background/foreground and similar app delegate callbacks.

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

Sidebar

Related Questions

This example is taken from w3schools . CREATE TABLE Persons ( P_Id int NOT
For example, this method from NSCalendar takes a bitmask: - (NSDate *)dateByAddingComponents:(NSDateComponents *)comps toDate:(NSDate
I have this big function (1300+ lines of code) that takes data from the
Example code taken from another SO Question var test = context.Tests .Include(Question.QuestionLocale) .FirstOrDefault(); If
Take this example code (ignore it being horribly inefficient for the moment) let listToString
The questions says everything, take this example code: <ul id=css-id> <li> <something:CustomControl ID=SomeThingElse runat=server
take a look at this example code: public class Comment { private Comment() {
Take a look at this example: http://www.extjs.com/deploy/dev/examples/multiselect/multiselect-demo.html On it, there are components rendered against
Please take a look at this example: #include <iostream> #include <vector> #include <string> using
I need some help adding conditions to a linq query. Take this small example

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.