Am I right with my understanding, that an UIApplication object, UIWindow object, UIView object or any UIView subclass is an "Responder object"?
Here they say:
Responder objects in an application include instances of UIApplication, UIWindow, UIView, and all UIView subclasses.
My english is not so well to understand what they mean by the "include". So they may "include" an Responder object, or the big group of famous Responder objects "includes" these classes (or in other words: They belong to this group, called "Responder objects"). Any idea what this means really?