I have an app that uses UIWebView to load a page. I have a SMS button on that site. How can I have Xcode read that button and open the iPhone SMS client once you click on that button?

link|improve this question
feedback

1 Answer

SMS application URL scheme:

<a href="sms:">Launch SMS Application</a>
<a href="sms:1-954-555-1212">New SMS Message</a>
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.