如何从 中删除邀请朋友按钮GKMatchmakerViewController
?
打印其中的所有子视图时,我只看到导航栏。
我是这样介绍的:
GKMatchmakerViewController *mmvc = [[GKMatchmakerViewController alloc] initWithMatchRequest:request];
mmvc.matchmakerDelegate = self;
[viewController presentViewController:mmvc animated:YES completion:nil];