load an array into a mail
Hi!
I'm trying to make a app that lets the user choose one or more things from a tableView and email the information in the chosen cells.
So the user selects on one or more cells which stores that cells NSString in a NSMutableArray when the user presses a button called "Send", then that array is loaded into an e-mail.
How do you grap the information in the selected cells and store them in a new Array?
How do you load that array into a mail?
Thank you for any help!
|