Contents

GCControllerDidStopBeingCurrentNotification

A notification that posts when a controller stops being the current controller.

Declaration

extern NSString * const GCControllerDidStopBeingCurrentNotification;

Discussion

The notification object is the GCController object that’s no longer current.

The system posts this notification on the main thread.

See Also

Handling multiple controllers