UIView.RemoveGestureRecognizer(UIGestureRecognizer) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes a gesture recognizer from the UIView's GestureRecognizers.
[Foundation.Export("removeGestureRecognizer:")]
public virtual void RemoveGestureRecognizer(UIKit.UIGestureRecognizer gestureRecognizer);
	abstract member RemoveGestureRecognizer : UIKit.UIGestureRecognizer -> unit
override this.RemoveGestureRecognizer : UIKit.UIGestureRecognizer -> unit
	Parameters
- gestureRecognizer
 - UIGestureRecognizer
 
The UIGestureRecognizer to remove.
- Attributes