开发者

What's UI that mail.app in iphone use for editing messag body

开发者 https://www.devze.com 2023-01-13 16:23 出处:网络
I\'m a new iphone programmer. I want to know what UI that can handle HTML and editable same as reply or forward message in mail.app .. is 开发者_运维知识库it UIWebView or UITextView that applied with

I'm a new iphone programmer. I want to know what UI that can handle HTML and editable same as reply or forward message in mail.app .. is 开发者_运维知识库it UIWebView or UITextView that applied with UIScrollView? I want this UI to reply and forward message and can be saved message to database. So, I cannot use mailcomposer controller because I cannot get data that user input in to, cc, bcc, subject and message body field.

Can any one help?

Thank you.


Check out the Three20 library. It has a replication of the mail compose UI that you can use however you'd like.

0

精彩评论

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