【发布时间】:2015-02-23 21:41:36
【问题描述】:
如果用户安装了 Google plus,那么他将能够使用更多按钮选择 Google plus 应用并在活动视图控制器上显示 google plus 图标。有没有办法删除 google plus 按钮?
我添加了以下代码,但仍然没有帮助:
avc.excludedActivityTypes = @[@"com.google.GooglePlus.ShareExtension"];
//-- show the activity view controller
[self presentViewController:avc
animated:YES completion:nil];
【问题讨论】:
-
你的问题不够清楚
-
已编辑问题。希望这是有道理的!
标签: ios google-plus uiactivityviewcontroller