On iOS you would be looking for ABPersonCopyLocalizedPropertyName() on the Mac
you would be looking for ABCopyLocalizedPropertyOrLabel().
-Richard
On 13/09/2012, at 9:33:06 PM, Erik Stainsby wrote:
> I understand that ABAddressBook methods are concerned with ABPerson and
> ABGroup entities,
That is the one. Found it the other day. Tanks Vince.
Erik Stainsby
erik.stain...@roaringsky.ca
On 2012-09-21, at 1:33 PM, Vince DeMarco wrote:
>
> On Sep 13, 2012, at 7:45 PM, Erik Stainsby
> wrote:
>
>> Hello folks,
>>
>> So the AddressBook framework's xxxLabel keys render out as string
On Sep 13, 2012, at 7:45 PM, Erik Stainsby wrote:
> Hello folks,
>
> So the AddressBook framework's xxxLabel keys render out as strings encoded
> like so: _$!!$_, _$!!$_, _$!!$_ Is there framework
> method I am meant to use with the property keys kABHomeLabel, kABWorkLabel,
> etc, to rende
I understand that ABAddressBook methods are concerned with ABPerson and ABGroup
entities, subclasses of ABRecord.
However, the ABMultiValue collections are less intuitive. Among these are
stored the (potentially) multiple instances of addresses, phone numbers and
email addresses. For each insta
On 2012 Sep 13, at 19:45, Erik Stainsby wrote:
> So the AddressBook framework's xxxLabel keys render out as strings encoded
> like so: _$!!$_, _$!!$_, _$!!$_ Is there framework
> method I am meant to use with the property keys kABHomeLabel, kABWorkLabel,
> etc, to render a legible text outc
Hello folks,
So the AddressBook framework's xxxLabel keys render out as strings encoded like
so: _$!!$_, _$!!$_, _$!!$_ Is there framework method I am
meant to use with the property keys kABHomeLabel, kABWorkLabel, etc, to render
a legible text outcome ? Or am I meant to create my own lookup