Customize ABPersonViewController

1.3k views Asked by At

Is it possible to add custom UITableViewCell row in addition to built-in email, phone rows inside ABPersonViewController? I would like to add buttons like add, remove, etc in that cell, which will allow user to be added/removed into/from my application. Please let me know, Thank you.

2

There are 2 answers

0
Kaltekar On

Pretty sure you've gotten the answer to this by this point, but I was just looking into do this myself.

Basically, No.

These controllers are not designed to be customized and Apple mentions it in their documentation.

0
marmor On

This answer might help you: https://stackoverflow.com/a/3507849/819355

It subclasses ABPersonViewController which allows you to play a bit with the screen controls...