hi , how can i create a simple submit form with some UITextfield and button , when user tabs the button then the textfield information sends into an email (without email application) ?
+1
A:
For your first question, use a grouped table view, with a cell that contains a text field and a button.
For your second question, take a look at the skpsmtpmessage project on Google Code, which "implements a quick class for sending one off messages via SMTP on the iPhone".
Alex Reynolds
2010-07-25 18:08:59
thank you but is there any simple way ? i don't want use grouped table view
Momeks
2010-07-27 11:01:59
Just place a text field and a button wherever you want them. Generally, however, people expect forms to look like grouped table views.
Alex Reynolds
2010-07-27 17:11:21