UIWebView与SMS应用程序交互

时间:2011-04-14 21:03:57

标签: objective-c cocoa-touch url-scheme

我有一个使用UIWebView加载页面的应用程序。我在该网站上有一个短信按钮。如果点击该按钮,我怎样才能让Xcode读取该按钮并打开iPhone SMS客户端?

1 个答案:

答案 0 :(得分:1)

SMS application URL scheme

<a href="sms:">Launch SMS Application</a>
<a href="sms:1-954-555-1212">New SMS Message</a>