About

A responder object is an object that can respond to events and handle them. UIResponder is the base class for all responder objects, also known as, simply, responders. It defines the programmatic interface not only for event handling but for common responder behavior. UIApplication, UIView, and all UIKit classes that descend from UIView (including UIWindow) inherit directly or indirectly from UIResponder, and thus their instances are responder objects.

In iOS 4.0, UIResponder added the remoteControlReceivedWithEvent: method for handling remote-control events.

history|show excerpt|excerpt history