NSRunLoop.UITrackingRunLoopMode 속성

정의

상수 UITrackingRunLoopMode와 연결된 값을 나타냅니다.

[Foundation.Field("UITrackingRunLoopMode", "UIKit")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSString UITrackingRunLoopMode { [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.UITrackingRunLoopMode : Foundation.NSString

속성 값

특성

설명

컨트롤을 추적할 때 사용되는 NSRunLoop 모드입니다. UI 추적 중에 타이머 및 이벤트를 수신하려면 이 옵션을 사용합니다.

적용 대상