I have sync the ABRecordID and person's name in core data but without syncing the mobile & email.
Then I create a UITableView using NSFetchedResultsController, predicating the contact name. One person to one cell in UITableView.
The question here, i just want to add extra cells appending to the specific contact cell showing their multi-value mobiles & emails (one value in one cell), with out storing the data to core data.
I know i can get there if i sync mobiles and emails to contact-related entities. But how can i achieve that without storing those data?
Many thanks. Superk