Extend or subclass CNContactViewController to multi-select with checks

245 Views Asked by At

I would like to be able pull up a CNContactViewController with a single contact. Within this page I want to add the functionality of multi-select so I can choose muttiple properties and as the user selects each property either highlight or place a check next to each.

  1. Would extending the CNContactViewController or subclassing it be better? - my assumption is subclassing since this is going to be a specific use case and I don't need to extend all CNContactViewControllers in the app

  2. how would I go about adding the checkmark/highlighting functionality?

  3. I can present the view controller currently but I'm not even sure if its a tableview or a containerview right now.

Any help is greatly appreciated.

0

There are 0 best solutions below