Re: kABHomeLabel … and companions

2012-09-21 Thread Richard Heard
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,

Re: kABHomeLabel … and companions

2012-09-21 Thread Erik Stainsby
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

Re: kABHomeLabel … and companions

2012-09-21 Thread Vince DeMarco
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

Re: kABHomeLabel … and companions

2012-09-13 Thread Erik Stainsby
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

Re: kABHomeLabel … and companions

2012-09-13 Thread Jerry Krinock
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

kABHomeLabel … and companions

2012-09-13 Thread Erik Stainsby
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