-
Notifications
You must be signed in to change notification settings - Fork 201
Open
Labels
help wantedExtra attention is neededExtra attention is neededminor bugNot critical bugNot critical bug
Description
If present controller
class TextFieldController: UIViewController {
let textField = UITextField()
override func viewDidLoad() {
super.viewDidLoad()
self.view.backgroundColor = .white
self.view.addSubview(self.textField)
}
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
self.textField.becomeFirstResponder()
}
}with SPStorkTransitionDelegate, animation for parent controller accelerate. If remove
self.textField.becomeFirstResponder()all work correctly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededminor bugNot critical bugNot critical bug