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."
앱의 영역 내에서 뷰에 대한 효과를 지원 가능하게 하거나 포인터의 모양을 커스터마이즈 하는 것을 가능하게 하는 상호작용입니다.
@MainActor class UIPointerInteraction : NSObject
인터페이스 객체로 UIButton
을 사용할 때, 목표하고 있는 효과를 커스터마이즈 하려면, UIPointerInteraction
을 사용해 커스텀 포인터를 설계하기 전에 버튼의 isPointerInteractionEnabled
와 pointerStyleProvider
를 사용해야 합니다.