Re: Custom Properties in Address Book
Re: Custom Properties in Address Book
- Subject: Re: Custom Properties in Address Book
- From: Sherm Pendley <email@hidden>
- Date: Tue, 2 Mar 2004 08:29:02 -0500
On Mar 2, 2004, at 7:30 AM, Antonio Ferraioli wrote:
[new setObject:@"kABStringProperty"
forKey:@"MobileDeviceDescription"];
Hmmm... I haven't tried this myself, but it looks like ABPropertyType
is an enum of integer values - have you tried assigning the numeric
value of kABStringProperty instead of the string name? Like this:
[new setObject:[NSNumber numberWithInt:kABStringProperty]
forKey:@"MobileDeviceDescription"];
sherm--
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.