Re: Populating a new SQLite Core Data store with default data
Re: Populating a new SQLite Core Data store with default data
- Subject: Re: Populating a new SQLite Core Data store with default data
- From: "Sean McBride" <email@hidden>
- Date: Thu, 26 Feb 2009 12:53:03 -0500
- Organization: Rogue Research Inc.
On 2/25/09 11:29 PM, Ben Trumbull said:
>The ObjC property notation is more of a stickler. You can type cast
>to a specific subclass. Xcode's Design -> Data Model -> Copy ObjC 2.0
>Method Declarations to Clipboard will do all the heavy lifting if you
>add new properties to your entity. Just select the properties in the
>data model you want property declaration for.
Note that this feature of Xcode incorrectly omits the 'nonatomic'
keyword from the property declarations. Whenever one uses this feature,
one should manually add that keyword oneself.
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
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