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

Tony Xu picture Tony Xu · Nov 7, 2012 · Viewed 40k times · Source

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 without problem. I've tried option/ctrl/shift etc, but couldn't get it work. Maybe my combination is wrong. Anyone knows how? Thanks.

Answer

Joe C picture Joe C · Nov 7, 2012

Holding the "Alt/Option" key and dragging simulates multi-touch pinch-to-zoom.

Holding "Alt/Option + Shift" and dragging simulates multi-touch scrolling.