How to mimic two-finger scroll/drag gesture on ios simulator?

后端 未结 7 1319
孤独总比滥情好
孤独总比滥情好 2020-12-12 22:33

I have a scroll page that I specified two fingers minimum. It works on my device, but don\'t know how to mimic this gesture on Simulator. I can mimic one-finger scroll witho

7条回答
  •  一生所求
    2020-12-12 23:02

    There is a nice table with all the supported gestures in the iOS Simulator User Guide from Apple. Here is the extract for the two-finger drag:

    1. Place the pointer where you want the two-finger drag to occur.
    2. Hold down the Option key.
    3. Move the circles that represent finger touches to the start position.
    4. Move the center of the pinch target by holding down the Shift key, moving the circles to the desired center position, and releasing the Shift key.
    5. Hold down the Shift key and the mouse button, move the circles in the direction you want to drag, and release both the Shift key and the mouse button.

    Hope it helps.

提交回复
热议问题