How do you remove the invite friend button from a GKMatchmakerViewController
?
When printing all of the subviews in it I only see the navigation bar.
I am presenting it like this:
GKMatchmakerViewController *mmvc = [[GKMatchmakerViewController alloc] initWithMatchRequest:request];
mmvc.matchmakerDelegate = self;
[viewController presentViewController:mmvc animated:YES completion:nil];