UIPress

Panther·2021년 8월 2일
0

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

"An object that represents the presence or movement of a button press on the screen for a particular event."

스크린에서 특정 이벤트에 대한 버튼 누르기의 존재 혹은 움직임을 나타내는 객체입니다.

Declaration

class UIPress : NSObject

Overview

누르기는 물리적으로 작동되는 누름을 구체적으로 캡슐화합니다. 이와 같은 모든 누르기 타입은 여러 리모트 중 하나에 대한 실제 물리적 버튼을 나타냅니다. 이벤트 처리를 위한 리스폰더 객체에 전달되는 UIEvent 객체를 통해 UIPress 객체에 접근할 수 있습니다. gestureRecognizers 속성은 주어진 버튼 누르기를 현재 처리하고 있는 제스쳐 리코그나이저(UIGestureRecognizer의 추상화된 서브클래스 인스턴스)를 반환합니다.

0개의 댓글