Protocol: GKFriendRequestComposeViewControllerDelegate
Overview
The GKFriendRequestComposeViewControllerDelegate protocol is implemented by delegates of the GKFriendRequestComposeViewController class. The delegate is called when the player dismisses the friend request.Called when the player dismisses the request. (required)
Instance Method Summary (collapse)
-
- friendRequestComposeViewControllerDidFinish:
Called when the player dismisses the request.
Instance Method Details
- (Object) friendRequestComposeViewControllerDidFinish(viewController)
Called when the player dismisses the request. (required) Your delegate should dismiss the view controller. If your game paused any gameplay or other activities, it can restart those services in this method.