GCControllerDidBecomeCurrentNotification
A notification that posts when a controller becomes the current controller.
Declaration
extern NSString * const GCControllerDidBecomeCurrentNotification;Discussion
The notification object is the GCController object that’s current.
The system posts this notification on the main thread.