Re: Using an empty string as the default value for a Core Data attribute in the XCode modeller
Re: Using an empty string as the default value for a Core Data attribute in the XCode modeller
- Subject: Re: Using an empty string as the default value for a Core Data attribute in the XCode modeller
- From: email@hidden
- Date: Wed, 5 Sep 2007 13:48:09 +0200
Hello Frank,
Why don't you just subclass NSManagedObject for this entity and set
this value explicitly to an empty string when a new instance is
created using -awakeFromInsert?
Cheers,
Annard
On 5 Sep 2007, at 12:33, Frank Reiff wrote:
Is there any trick to use the modeler to supply @"" as a default
value? I find it hard to type an empty string ;-)
_______________________________________________
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