How can I scroll in the Apple Watch simulator

Viewed 1587

I want to test the complication but I can't scroll the complication in following screen (in simulator).

Other screens of the simulator can be scrolled by mouse. I'm using Xcode 9.

Setting Complication

2 Answers

Scroll you mouse at the crown area (image below) and then you can scroll the content in the simulator.

enter image description here

You can scroll among complications using the mouse's scroll wheel or the touch pad. There's no need to position your cursor in a specific part of the simulator.

Related