This is my code:
while (true) { if ([identificationField becomeFirstResponder]) { NSLog(@\"finally!\"); break; } else{ i
Is your identificationField in UIView hierarchy? If it hasn't added into window and shown it cannot became first responder.