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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T11:22:24+00:00 2026-05-27T11:22:24+00:00

I saw this code snippet on the Internet (http://iphonedevelopment.blogspot.com/2008/12/outlets-property-vs-instance-variable.html): #import <UIKit/UIKit.h> @interface MyViewController :

  • 0

I saw this code snippet on the Internet (http://iphonedevelopment.blogspot.com/2008/12/outlets-property-vs-instance-variable.html):

#import <UIKit/UIKit.h>

@interface MyViewController : UIViewController {
 UILabel *myLabel;

}
@property (nonatomic, retain) IBOutlet UILabel *myLabel;
@end

My question is…When @synthesize is called isn’t the UILabel instance variable created automatically? What is the point of creating the instance variable in the header file.. Can you get away with just the @property?

  • 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-27T11:22:25+00:00Added an answer on May 27, 2026 at 11:22 am

    When @synthesize is called isn’t the UILabel instance variable created automatically?

    Yes.

    What is the point of creating the instance variable in the header file.

    Personal preference. Some developers (like me) prefer to see a complete picture of the state of a class. It helps to see what instance variables are available, as well as check that all instance variables are released correctly.

    It’s also a relatively new feature. Older code wouldn’t expect automatically-generated instance variables.

    Can you get away with just the @property?

    No, you need to @synthesize to get an automatically generated instance variables A property value that’s generated programmatically would not map directly to any instance variable.

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

Sidebar

Related Questions

I just saw this code in an answer: HTML <div class=thumbnail> <img src=http://placehold.it/50x50> <img
I saw this code snippet during our lab and it actually compiles in MSVC2008
I saw this code snippet: $(ul li).text().search(new RegExp(sometext, i)); and wanted to know if
This morning I accidentally saw the following snippet code, I was fairly surprised because
I saw somewhere this code snippet: var idx = SOME_VALUE; var color = {
I saw somewhere the code snippet: list.forEach(callback, this); I understand ' forEach ' loop
I saw this code snippet which talks about how to group socket connections from
I once saw this nice little snippet of code below, here at SO: template<typename
I just saw this code while studying the wordpress source code (PHP), You can
Saw this piece of code in a Ruby on Rails book. This first one

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.