UIView.AddMotionEffect(UIMotionEffect) 메서드

정의

지정된 동작 효과를 보기에 추가합니다.

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

매개 변수

effect
UIMotionEffect

보기에 추가할 동작 효과입니다.

특성

설명

이 메서드는 현재 UIView 애니메이션 컨텍스트를 사용하여 호출될 때 지정된 동작 효과의 값으로의 전환에 애니메이션 효과를 냅니다.

적용 대상