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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T18:11:30+00:00 2026-05-20T18:11:30+00:00

In XCode 4, when you create a new View-base-application project, here is the .h

  • 0

In XCode 4, when you create a new View-base-application project, here is the .h of the AppDelegate :

#import <UIKit/UIKit.h>

@class TestAppleProjectViewController;

@interface TestAppleProjectAppDelegate : NSObject <UIApplicationDelegate> {

}

@property (nonatomic, retain) IBOutlet UIWindow *window;
@property (nonatomic, retain) IBOutlet TestAppleProjectViewController *viewController;

@end

And some items on the .m :

@implementation TestAppleProjectAppDelegate

@synthesize window=_window;
@synthesize viewController=_viewController;

    - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
    { 
        self.window.rootViewController = self.viewController;
        [self.window makeKeyAndVisible];
        return YES;
    }

I can see properties without vars…
I can see synthesize with var names that does not exist in the class…
I can see calls to those properties….

But… Where are the vars ?
Why such a code is working ?
Are there no more need to define vars into the class ? Are properties enough ?

  • 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-20T18:11:31+00:00Added an answer on May 20, 2026 at 6:11 pm

    In fact when you declare a var as a property, you don’t have to declare it again as var. The previous comportment where we had to declare it again was a bug in the previous versions of Xcode. And now it’s corrected.

    It’s just an habit to take, less code duplicate and it’s good. (By default it’s creating ah hidden var with the same name beginning by “_”).

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

Sidebar

Related Questions

If I create a New Project in xcode, then choose View-based Application, the delegate
I have noticed that when you create a new xcode project as a view
When you create new Cocoa application Xcode generates MainMenu.xib for you with the sets
I've created a new View-based Application in XCode. In the ViewController, the only code
I create new Window-Based project in xCode and a subclass of UIViewController name Main
I created a new Xcode project with a view-based app template. In the .m
When I create a new cocoa project in Xcode, it creates a MainMenu.xib file
I am new to Xcode and iOS development. when I create a new project,
I'm new to Xcode and I'm trying to create an app which has a
1. Step: Create a new UIViewController: - Xcode -> New File... -> Cocoa Touch

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.