11

I have an app that I need to test 3 finger touches and 2 finger touches, is there a FREE application that allows me to use 3 finger instead of being limited to only using 2 fingers like in the simulator?

Jab
  • 26,853
  • 21
  • 75
  • 114

3 Answers3

6

Not that I'm aware of. I think the iPhone Simulator included in the SDK is the only one that exists. You can't test a 3-fingered gesture without using the actual device.

Ben Gotow
  • 14,805
  • 3
  • 42
  • 47
5

iSimulate by vimov might be close to what you are looking for. I've sent the question of three finger touches to their support. Unfortunately, it is not FREE ($15.99) and requires you have an iPhone or iPod Touch to use it. You do not need to be a signed up developer though.

UPDATE: I got the following reply from support:

Yes, iSimulate works with up to five fingers which is the limit of iPhone touch screen.

Joseph
  • 1,873
  • 1
  • 15
  • 15
0

On MKMapView, you can simulate a three-finger pan gesture by holding ⌥ + shift and dragging your finger up/down.

Didn't test if it works with other components of the OS.

pommefrite
  • 819
  • 10
  • 12