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.
ユーザーが実際に別のアプリでドキュメントを開くことができないように、UIDocumentInteractionController のアクション ボタンを非表示にできるかどうか知りたいですか?
私は十分にうまくいくものを見つけました:
- (BOOL)documentInteractionController:(UIDocumentInteractionController *)controller canPerformAction:(SEL)action{ return false; }
それでもボタンは表示されますが、表示されるポップオーバーには印刷フォームしかありませんが、印刷ボタンは無効になっています。