shared()
Retrieves the shared instance of the dialog controller.
Declaration
class func shared() -> GKDialogControllerReturn Value
The shared dialog controller.
Discussion
You can use the shared dialog controller or create your own GKDialogController object. For example, you can create separate GKDialogController objects for different windows.