-1

I have working in a app for iPhone and I am getting de AddressBook contacts. I got it access to contact, but I wish add some text in some contacts (like WhatsApp), something like this: https://i.stack.imgur.com/bUBRa.png

Could someone help me please? Thank you very much.

Sam
  • 1,509
  • 3
  • 19
  • 28
Paolpa
  • 319
  • 2
  • 5
  • 10

1 Answers1

0

See the Table View Programming Guide, especially this section.
You will want to use UITableViewCellStyleSubtitle.

vikingosegundo
  • 52,040
  • 14
  • 137
  • 178
  • Hello vikingosegundo. Thank you for you response, but I'm not sure that's what I'm looking. I am using ABPeoplePickerNavigationController to show the contacts on my phone and I can't modify it controller. How I should do to add this information to ABPeoplePickerNavigationController or ABAddressBookRef contacts? – Paolpa Sep 30 '11 at 07:20
  • see this http://stackoverflow.com/questions/4688072/how-can-i-change-the-look-of-abpeoplepickernavigationcontroller-so-that-i-can-see – vikingosegundo Sep 30 '11 at 09:08
  • Thanks vikingosegundo. It seems the only option I have left to me is do I manually so that it looks like the address book, right? – Paolpa Sep 30 '11 at 11:15