ios6 - Get addressbook all phone labels list -


i need addressbook phone labels.

i mean, not phone labels existing contacts, phone labels list(when touch phone label in contacts app there list of labels).

enter image description here

is possible?

you can create own labels on demand individual abperson records. there no central place ios keeps list of standard labels. here's list of ios constants (i might have missed some) mapped strings via abaddressbookcopylocalizedlabel:

kabpersonphonemobilelabel  kabpersonphoneiphonelabel  kabpersonphonemainlabel    kabpersonphonehomefaxlabel kabpersonphoneworkfaxlabel kabpersonphonepagerlabel   kabworklabel               kabhomelabel               kabotherlabel 

any label add not localized ios, appear verbatim regardless of locale setting.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -