• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: properties implementation
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: properties implementation


  • Subject: Re: properties implementation
  • From: Michael Vannorsdel <email@hidden>
  • Date: Tue, 22 Apr 2008 07:38:34 -0600

I believe if you use the nonatomic attribute it will be the first example, for atomic it's the second. Atomic is the default if not specified.


On Apr 22, 2008, at 6:49 AM, Optical Ali wrote:

Hi,
Is there a way to know how the compiler synthesized a property?

For example,

property(copy) NSSttring *str;

AND
@synthesize str;


Will produce

-(NSString) str{
 return str;
}


OR

-(NSString) str{
 return [[str retain] autorelease];
}

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: properties implementation
      • From: Jens Alfke <email@hidden>
References: 
 >properties implementation (From: "Optical Ali" <email@hidden>)

  • Prev by Date: properties implementation
  • Next by Date: Re: NSCollectionView and CoreData question
  • Previous by thread: properties implementation
  • Next by thread: Re: properties implementation
  • Index(es):
    • Date
    • Thread