By using this function
func contactPicker(picker: CNContactPickerViewController, didSelectContacts contacts: [CNContact])
: - The user is able to select multiple contacts at the same time and return to our app at the end but I want to next time when a picker is open the previously selected contacts should be check marked...