GCStylusDidDisconnectNotification
A notification that posts after a stylus accessory disconnects from the device.
Declaration
extern NSString * const GCStylusDidDisconnectNotification;Mentioned in
Discussion
Use this constant with NSNotificationCenter to listen for stylus disconnection events.
The object property of the notification will contain the GCStylus that was disconnected.