A UIResponder method added for handling remote-control events. for iOS 4 and iOS4+
When the user taps a control that can accept first responder status, that control is sent the becomeFirstResponder
message. Until another control becomes the first responder or the current control is sent the resignFirstResponder
message, that control will keep this status and receive keyboard and shake input.