Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 UIWebView 加载页面的应用程序。我在那个网站上有一个短信按钮。单击该按钮后,如何让 Xcode 读取该按钮并打开 iPhone SMS 客户端?
SMS 应用程序 URL 方案:
<a href="sms:">Launch SMS Application</a> <a href="sms:1-954-555-1212">New SMS Message</a>