iOS becomeFirstResponder and alertView don’t fit together

I have a bit of a problem with becomesFirstResponder

Data recording on iPhone/iPad is done with the class UITextField. We’ll create two instances field1 and field2 of those and arrange them in a view. The user should not be able to select the input field by tapping but rather the program presents the next input field automatically by means of the method becomeFirstResponder. This method causes the keyboard to be displayed and the input field selected.
Continue reading “iOS becomeFirstResponder and alertView don’t fit together”