UIPointerInteraction

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

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

"An interaction that enables support for effects on a view or customizes the pointer's appearance within a region of an app."

앱의 영역 내에서 뷰에 대한 효과를 지원 가능하게 하거나 포인터의 모양을 커스터마이즈 하는 것을 가능하게 하는 상호작용입니다.

Declaration

@MainActor class UIPointerInteraction : NSObject

Overview

인터페이스 객체로 UIButton을 사용할 때, 목표하고 있는 효과를 커스터마이즈 하려면, UIPointerInteraction을 사용해 커스텀 포인터를 설계하기 전에 버튼의 isPointerInteractionEnabledpointerStyleProvider를 사용해야 합니다.

post-custom-banner

0개의 댓글