UIView.ShouldUpdateFocus(UIFocusUpdateContext) 메서드

정의

포커스를 UIView 잃거나 받기 전에 호출되었습니다. 포커스 환경 중 하나가 를 반환 false하면 포커스 업데이트가 취소됩니다.

[Foundation.Export("shouldUpdateFocusInContext:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldUpdateFocus (UIKit.UIFocusUpdateContext context);
abstract member ShouldUpdateFocus : UIKit.UIFocusUpdateContext -> bool
override this.ShouldUpdateFocus : UIKit.UIFocusUpdateContext -> bool

매개 변수

반환

구현

특성

적용 대상