Contents

GCControllerDidDisconnectNotification

A notification that posts after a controller disconnects from the device.

Declaration

extern NSString * const GCControllerDidDisconnectNotification;

Mentioned in

Discussion

The notification object is the GCController object that disconnects from the device.

The system posts this notification on the main thread.

See Also

Discovering controllers