In the iPhone app, I want to add the functionality of inviting friends from the iPhone address book. I successfully listed contacts from the address book and displayed them in a UITableView (using a custom UITableViewCell with name, number and email).
Now, for a single phone number and one email address, every thing is in order. The problem occurs when the phone number is multiple and multiple email address for the contact (which will be there most of the time).
The solution I found gave all the details in the DetailViewContoller (another ViewController is just for selection, which makes the process unfriendly for the user) and allows the user to choose numbers and emails as they see fit.
I would like to know if someone ran into the same problem and tried a different approach?
Note. Displaying multiple emails and numbers in the same UITableViewCell is not a problem at all. The problem is to find the simplest approach for selecting multiple values โโfor a single user to send an invitation. I hope I have a point for you. Let me know if you have any doubts.
Any???
source share