I have a very simple table and when tocuh a cell it opens a new view with one UITextfield. All I want is that the keyboard will automatically opens, without the user have to tou
override func viewDidLoad() { super.viewDidLoad() textField.becomeFirstResponder() }