开发者

mail sqlite values in iphone

开发者 https://www.devze.com 2022-12-31 19:05 出处:网络
I\'m creating an app that has a database using sqlite. On my app I\'ve populated a UITableView with the 开发者_如何学运维data from the sqlite database. The values on the tableView can be edit by user

I'm creating an app that has a database using sqlite. On my app I've populated a UITableView with the 开发者_如何学运维data from the sqlite database. The values on the tableView can be edit by user and save it on the sqilte. What I wanted to do was I need to mail the values from that table. How can I insert the values of that table to the mail that my app will compose or could I take a screen shot of that table the attach it to the mail?

Thanks...


I think is just a matter of sending an email within your app. To accomplish follow the guidelines in this thread: How can I send mail from an iPhone application

If you want to send the values from the table just put them in the body of the email.

0

精彩评论

暂无评论...
验证码 换一张
取 消