UIActivityViewController and UIDocumentInteractionController
How do I combine a UIActivityViewController and a UIDocumentInteractionController? The Mail app and the Tumblr app seem to compine a UIActivityViewController with a UIDocumentInteractionController because their controllers also show the "Open in" buttons besides the UIActivities. How can I accomplish this?
在UIDocumentInteractionController中使用presentOptionsMenuFromRect:inView:animated:
上一篇: Guice TypeListener没有通知注入的类类型
下一篇: UIActivityViewController和UIDocumentInteractionController