Post

Replies

Boosts

Views

Activity

Reply to Broken animation pushing with UINavigationController if keyboard is visible
A solution was to call the becomeFirstResponder() method in the viewDidAppear method public override func viewDidAppear(_ animated: Bool) { super.viewDidAppear(animated) self.textField.becomeFirstResponder() }
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’23