Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Super class: NSResponderMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | GameKit | MBS MacFrameworks Plugin | 12.3 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
To present a view controller, instantiate a new GKDialogControllerMBS object or use the singleton object provided by the sharedDialogController class method. Set the parentWindow property of the dialog controller to the window that should display the view controller's contents. Then, call the dialog controller's presentViewController* methods, passing in the view controller object to be presented. Later, when the view controller's contents should be hidden, call the dialog controller's dismiss method.
see also
https://developer.apple.com/library/prerelease/mac/#documentation/GameKit/Reference/GKDialogController_Ref/Reference/Reference.html
Subclass of the NSResponderMBS class.
This class has no sub classes.
The items on this page are in the following plugins: MBS MacBase Plugin, MBS MacFrameworks Plugin.
GKChallengesViewControllerMBS - GKFriendRequestComposeViewControllerMBS