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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T09:37:51+00:00 2026-06-03T09:37:51+00:00

I have a fairly simple iOS 5 app at this point. A UINavigationController is

  • 0

I have a fairly simple iOS 5 app at this point.

A UINavigationController is set as the initial view controller in Interface Builder (do we still call it Interface Builder? anyways…). The UINavigationController has as its rootViewController a generic UITabBarController.

I want to use the main AppDelegate for both the UINavigationController and UITabBarController delegate’s. I’ve made the AppDelegate conform to both the UINavigationControllerDelegate and UITabBarControllerDelegate. Everything works well. BUT!

In AppDelegate’s application:didFinishLaunchingWithOptions:, I feel like I’m doing something hacky. I’m having to typecast self.window.rootViewController, and self.window.rootViewController.topViewController in order to set each controllers delegate.

UINavigationController *rootNavigationController = (UINavigationController *) self.window.rootViewController;
UITabBarController *rootTabBarController = (UITabBarController *) rootNavigationController.topViewController;
[rootNavigationController setDelegate:self];
[rootTabBarController setDelegate:self];

If I don’t typecast self.window.rootViewController I can’t set it’s delegate. Same for the topViewController (UITabBarController).

If I’ve declared in Inferface Builder that the initial view is a UINavigationController, and not some generic UIViewController, why must I still typecast everything? Is this hacky?

  • 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-03T09:37:53+00:00Added an answer on June 3, 2026 at 9:37 am

    Calling the property

    window.rootViewController
    

    returns an instance of UIViewController, and that class does not have a publicly visible property called delegate. UINavigationController, however, does.

    When using property syntax (i.e., dot notation) the compiler needs to know which properties the receiver’s class has declared.

    If you instead do the standard message notation and don’t cast, [rootViewController setDelegate:self], then it will probably work, but I believe you’ll get a compiler warning still, but it will “work”.

    But it’s generally good to be explicit. The compiler doesn’t know how to properly/safely send the message -setDelegate: to UIViewController, that’s why it complains. You need to be more explicit with it.

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

Sidebar

Related Questions

I have a fairly simple iPhone app that downloads a set of UITableView results
I have a fairly simple view hierarchy in my iPad app. Window -> RootView
Hopefully this is simple. I have a fairly simple ASP.NET (framework version 2) app
I have a fairly simple set of functionality for which I have multiple implementations,
I have a fairly simple database that I inherited. For the purposes of this
I have a fairly simple console app that monitors an exchange mailbox, picks particular
I have fairly simple layout, like this: <div class=card> <span class=attack>1</div> <span class=defence>2</div> </div>
I have a fairly simple app built with pyqt4. I wanted to debug one
I have a fairly simple web app built with Delphi (2009) Web Broker. I
I have this fairly simple form: <form action=...> <div> <input type=text class=input-text value= name=text

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.