I assume that Dave's problem is specific to kAB constants ... - I could be wrong, and in this case ignore the following :)
, , ; . , , kAB..., , ABAddressBookCreate(). :
NSLog(@" %@ %@ ", [NSNumber numberWithLong:kABPersonFirstNameProperty], kABPersonFirstNameProperty);
:
NSLog(@" %@ %d ", [NSNumber numberWithLong:kABPersonFirstNameProperty], kABPersonFirstNameProperty);
- ABAddressBookCreate():
NSLog(@"Check: %d %d %d", kABPersonFirstNameProperty,kABPersonMiddleNameProperty,kABPersonLastNameProperty);
: 0 0 0
,
: 0 6 1