In your
viewDidAppearmethod, add the following:
txtField1.becomeFirstResponder()
For more information about
UIResponder‘s
becomeFirstResponder(), check
the
documentation.

In your
viewDidAppearmethod, add the following:
txtField1.becomeFirstResponder()
For more information about
UIResponder‘s
becomeFirstResponder(), check