• 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: Core Data Issue with Binding
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Core Data Issue with Binding


  • Subject: Re: Core Data Issue with Binding
  • From: Mike Abdullah <email@hidden>
  • Date: Thu, 11 Feb 2010 17:55:36 +0000

On 10 Feb 2010, at 20:03, Kyle Sluder wrote:

> On Wed, Feb 10, 2010 at 9:26 AM, Matthew Miller <email@hidden> wrote:
>> @property (nonatomic, retain) NSDate *DateOfBirth;
>> @property (nonatomic, retain) NSString *FirstName;
>> @property (nonatomic, retain) NSString *LastName;
>> @property (nonatomic, retain) NSNumber *DraftClass;
>> @property (nonatomic, retain) NSNumber *DraftPick;
>> @property (nonatomic, assign) BOOL Retired;
>> @property (nonatomic, retain) NSSet *PlaysFor;
>> @property (nonatomic, retain) Program *School;
>>
>> @property (readonly) NSString *DisplayName;
>
> These are not KVC-compliant property names. You must rename these with
> lowercase initial letters, like "dateOfBirth", "firstName", etc.

Not true, they are KVC-compliant. However, they *are* unwise and you should follow Kyle's advice._______________________________________________

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: Core Data Issue with Binding
      • From: Kyle Sluder <email@hidden>
References: 
 >Core Data Issue with Binding (From: Matthew Miller <email@hidden>)
 >Re: Core Data Issue with Binding (From: Kyle Sluder <email@hidden>)

  • Prev by Date: Re: Find in a WebKit view?
  • Next by Date: Re: What classes have -init?
  • Previous by thread: Re: Core Data Issue with Binding
  • Next by thread: Re: Core Data Issue with Binding
  • Index(es):
    • Date
    • Thread