Xamarin.iOS - Gesture Recognizers

An example on how to handle touches to move multiple objects with UIGestureRecognizers.

Gesture Recognizers application screenshot

See the touch events and gestures docs for Xamarin.iOS.

Loosely based on Apple's Touches example: http://developer.apple.com/library/ios/#samplecode/Touches