UIResponder NSSet UITouch UIEvent

UIResponder: UIView的超类,用来响应handle(触屏、motion、响应者等)事件。

NSSet:一系列的类集合(类似数组)。

UITouch:一个点击类。负责:点击的view,window,time,tapcount,点击的状态(begin、move、end等)。

UIEvent:事件类。负责:纪录所有的touches,。

原文地址:https://www.cnblogs.com/max5945/p/3341016.html