I’m building a visionOS app that uses PencilKit for drawing. Currently, PencilKit defaults to using the right hand for drawing and the left hand for panning, with no apparent way to change this behavior.
Some of my users are left-handed, and they naturally want to draw with their left hand and pan with their right. However, PencilKit doesn’t seem to support this interaction pattern.
Is there a way to customize which hand does what in PencilKit on visionOS?
Or have I missed some API or workaround that would allow support for left-handed users?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Created
let privateOptions = NSPersistentCloudKitContainerOptions(containerIdentifier: "***")
privateOptions.databaseScope = .private
Error1: Value of type 'NSPersistentCloudKitContainerOptions' has no member 'databaseScope'
Error2: Cannot infer contextual base in reference to member 'private'
This works fine in Xcode 12.5 , but not in Xcode 13 beta.