UIView.RemoveMotionEffect(UIMotionEffect) 메서드

정의

뷰에 지정된 동작 효과를 제거합니다.

[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

매개 변수

effect
UIMotionEffect

보기에서 제거할 동작 효과입니다.

특성

적용 대상