You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to test some views related to keyboard behaviour, just wanted to know if it's possible to test the effect the keyboard has on certain view controllers/views.
I already tried using the becomeFirstResponder of a textField together with RunLoop.current.run(until: Date()) and a custom window and it doesn't work.
The text was updated successfully, but these errors were encountered:
I wanted to test some views related to keyboard behaviour, just wanted to know if it's possible to test the effect the keyboard has on certain view controllers/views.
I already tried using the becomeFirstResponder of a textField together with
RunLoop.current.run(until: Date())
and a custom window and it doesn't work.The text was updated successfully, but these errors were encountered: