Reply to Broken animation pushing with UINavigationController if keyboard is visible In your viewWillAppear: DispatchQueue.main.asyncAfter(deadline: .now() + 0.3) { self.textView.becomeFirstResponder() } UI Frameworks UIKit Mar ’23