UIFocusUpdateContext

Panther·2021년 8월 5일
0
post-custom-banner

https://developer.apple.com/documentation/uikit/uifocusupdatecontext

"An object that provides information relevant to a specific focus update from one view to another."

하나의 뷰로부터 다른 뷰로의 특정 포커스 업데이트와 관련한 정보를 제공하는 객체입니다.

Declaration

@MainActor class UIFocusUpdateContext : NSObject

Overview

포커스 업데이트 컨텍스트 객체는 일시적이며, 업데이트가 마무리된 후 사라집니다. UIFucos API는 포커스 기반 입력을 사용하는 앱에서 포커스를 제어하기 위한 단일 고수준 소프트웨어 인터페이스를 생성합니다.

See Also


Focus Interactions

About Focus Interactions for Apple TV

메뉴와 상호작용 UI 레이아웃을 위한 직관적 컨트롤 스킴을 디자인하고 구현합니다.

https://developer.apple.com/documentation/uikit/focus-based_navigation/about_focus_interactions_for_apple_tv
https://velog.io/@panther222128/About-Focus-Interactions-for-Apple-TV

Adding User-Focusable Elements to a tvOS App

tvOS 앱을 위한 직관적이고 쉽게 조작되는 사용자 상호작용 컨트롤을 생성합니다.

https://developer.apple.com/documentation/uikit/focus-based_navigation/adding_user-focusable_elements_to_a_tvos_app
https://velog.io/@panther222128/Adding-User-Focusable-Elements-to-a-tvOS-App

UIFocusSystem

현재 초점이 맟줘진 아이템을 쿼리하거나 재평가합니다.

https://developer.apple.com/documentation/uikit/uifocussystem
https://velog.io/@panther222128/UIFocusSystem

UIFocusMovementHint

초점이 맞춰진 아이템에 대한 이동 힌트 정보를 제공합니다.

https://developer.apple.com/documentation/uikit/uifocusmovementhint
https://velog.io/@panther222128/UIFocusMovementHint


post-custom-banner

0개의 댓글