Domanda

In my program, I have declared a UIPanGestureRecognizer and it works very well in the iPhone simulator. However, when I run it on my iPod (iOS 3.1) it gives me the error [UIPanGestureRecognizer locationInView:]: unrecognized selector sent to instance 0x11cd80. Does anybody know how to fix this? Thanks!

È stato utile?

Soluzione

UIPanGestureRecognizer is available in iOS 3.2 and later. Please check the Apple documentation

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top