Post

Replies

Boosts

Views

Activity

PencilKit on visionOS Doesn’t Support Left-Handed Users? How Can We Customize Hand Roles?
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?
1
0
102
Apr ’25
issue: NSPersistentCloudKitContainerOptions.databaseScope in Xcode13 beta
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.
1
0
721
Jun ’21