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.
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
how would I go about adding the checkmark/highlighting functionality?
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.