Hi,
How can I store a variable of type int32_t (e.g. for ABPropertyID) in an NSDictionary?
[NSNumber numberWithInt:...] doesn't seem to work.
Thanks
From the comments:
NSLog(@" %@ %@ ", [NSNumber numberWithLong:kABPersonFirstNameProperty], kABPersonFirstNameProperty);
Prints: 0 (null) Any ideas?