WatchKit 获取用户的惯用手习惯

WatchKit get user's preferred handedness

我读到,在 WatchOS 4 中,开发人员将能够访问用户为哪只手设置了 Apple Watch(如 left/right)。我一直无法找到任何关于此的文档。有人解决了吗?

这实际上可用,因为 watchOS 3.0 使用 WKInterfaceDevice.current().wristLocation

有关详细信息,请参阅 wristLocation 的文档。