views:

33

answers:

0

After reading "More iPhone 3 Development Tackling iPhone SDK3(Chapter12)", I tried to found a project which can send e-mail without quitting the App.

But, there are two problems.

First, when the To, Cc, Bcc or the body text information has completed by keyboard, how to close the pop-up keyboard?

Second, loading a HTML into the UIWebView, how to send the contents in the UIWebView as the body of the mail?

Best Regards!