UITableViewFocusUpdateContext

Panther·2021년 8월 26일
0

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

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

하나의 뷰에서 다른 뷰로의 특정 포커스 업데이트에 관련이 있는 정보를 제공하는 컨텍스트 객체입니다.

Declaration

@MainActor class UITableViewFocusUpdateContext : UIFocusUpdateContext

Overview

포커스 업데이트 컨텍스트는 테이블 뷰와 관련이 있는 포커스 업데이트에만 관련이 있는 추가적 정보를 제공합니다. 이 클래스의 인스턴스는 일시적이며, 보통 업데이트가 완료된 후 버려집니다.

See Also


Table Management

Estimating the Height of a Table's Scrolling Area

스크롤링이 컨텐트 크기를 정확하게 반영할 수 있도록 하기 위해 테이블 뷰의 헤더, footer, 행에 대한 높이 추정값을 제공합니다.

https://developer.apple.com/documentation/uikit/views_and_controls/table_views/estimating_the_height_of_a_table_s_scrolling_area
https://velog.io/@panther222128/Estimating-the-Height-of-a-Tables-Scrolling-Area

UITableViewController

테이블 뷰 관리에 특화된 뷰 컨트롤러입니다.

https://developer.apple.com/documentation/uikit/uitableviewcontroller
https://velog.io/@panther222128/UITableViewController


0개의 댓글