iOS中的事件(UIResponder)

iOS中的事件分为3类:

  • 触摸事件 Multitouch events
  • 加速器事件 Accelerometer events
  • 远程控制事件 Remote control events

在iOS中只有继承了UIResponder的对象才能接收并处理事件,称为“响应者对象”

UIApplication、UIViewController、UIView都继承UIResponder,都是响应者对象,都能接收并处理事件

results matching ""

    No results matching ""