Reputation: 21
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?
Upvotes: 2
Views: 573
Reputation: 11725
<a href="sms:">Launch SMS Application</a>
<a href="sms:1-954-555-1212">New SMS Message</a>
Upvotes: 1