【发布时间】:2013-11-13 05:24:12
【问题描述】:
The iOS Human Interface Guidelines say:
使用系统提供的分享按钮。用户熟悉此按钮的含义和行为,因此最好尽可能使用它。主要的例外情况是,如果您的应用不包含工具栏或导航栏 [,因为] 共享按钮只能在工具栏或导航栏中使用。
好的,但是我如何“使用系统提供的分享按钮”? A search of the documentation 没有任何用处。
我已经收集到 I should use UIActivityViewController in my response to the button being tapped,但我首先应该如何创建标准的“分享”按钮?
【问题讨论】:
-
感谢您引用 HIG,b/c 链接被重定向,并且该副本丢失:(
标签: ios cocoa-touch ios7 uikit share