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:
Could someone help me please? Thank you very much.
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:
Could someone help me please? Thank you very much.
See the Table View Programming Guide, especially this section.
You will want to use UITableViewCellStyleSubtitle
.