“First Responder” – Did I get that right?
Right overall picture, wrong implementation details in the first paragraph. A “First Responder” in a NibFile is an Object … No, actually, First Responder is nil. Connecting a UI control (e.g., button) to First Responder in a nib is equivalent to [control setTarget:nil] in code. The reason for the First Responder fake-object in the nib … Read more