如何确定手表方向(即 Digital Crown 是在右边还是左边?)

How to determine Watch Orientation (i.e. is the Digital Crown on the right or the left?)

我想知道如何判断数码表冠是在右上角还是左下角。 因为我找到了解决方案,所以我也想让其他人知道。查看答案...

if WKInterfaceDevice.current().crownOrientation == .right {
    ()
} else {
    ()
}