Monday, December 22, 2008

ABPerson flags followup

In my entry about ABPerson flags, I said that the kABPersonFlags property returns an NSString* that contains an integer. Actually, after looking the source code for Apple's ABPresence sample application, I saw that kABPersonFlags returns an NSNumber. Fortunately my sample code works unchanged thanks to the dynamic nature of Objective-C.

No comments: