GCStylusDidConnectNotification
A notification that posts after a stylus accessory connects to the device.
Declaration
extern NSString * const GCStylusDidConnectNotification;Mentioned in
Discussion
Use this constant with NSNotificationCenter to listen for stylus connection events.
Connections of stylus accessories will be reflected in the styli array of the GCStylus class when the notification posts.
The object property of the notification will contain the GCStylus that was connected.