UISwipeGestureRecognizerDirection 열거형

정의

살짝 밀기 제스처의 directin을 지정하는 값의 열거형입니다.

이 열거형은 멤버 값의 비트 조합을 지원합니다.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum UISwipeGestureRecognizerDirection
type UISwipeGestureRecognizerDirection = 
상속
UISwipeGestureRecognizerDirection
특성

필드

Down 8

터치 또는 터치가 아래쪽을 향해 살짝 밉다.

Left 2

터치 또는 터치가 왼쪽으로 살짝 밉다.

Right 1

터치 또는 터치가 오른쪽으로 살짝 밉다. 기본값입니다.

Up 4

터치 또는 터치가 위쪽으로 살짝 밉다.

적용 대상