0

I wanted to know how to determine whether the Digital Crown is at the upper right or the lower left. Since I found the solution I wanted to let others know as well. See answer...

Gin Tonyx
  • 383
  • 1
  • 11

1 Answers1

0
if WKInterfaceDevice.current().crownOrientation == .right {
    ()
} else {
    ()
}
Gin Tonyx
  • 383
  • 1
  • 11