UIView.RemoveMotionEffect(UIMotionEffect) Method

Definition

Removes the specified motion effect to the view.

[Foundation.Export("removeMotionEffect:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RemoveMotionEffect (UIKit.UIMotionEffect effect);
abstract member RemoveMotionEffect : UIKit.UIMotionEffect -> unit
override this.RemoveMotionEffect : UIKit.UIMotionEffect -> unit

Parameters

effect
UIMotionEffect

Motion effect to remove from the view.

Attributes

Applies to