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:
Post a Comment