composeViewDelegate
The view controller’s delegate
Declaration
weak var composeViewDelegate: (any GKFriendRequestComposeViewControllerDelegate)? { get set }Discussion
Before displaying the friend request, your game must set a delegate.
The view controller’s delegate
weak var composeViewDelegate: (any GKFriendRequestComposeViewControllerDelegate)? { get set }Before displaying the friend request, your game must set a delegate.