Post not yet marked as solved
Post marked as unsolved with 3 replies, 7,961 views
I created a textField ( type UITextField obviously) and placed it in a view of my Playground.While testing it in Xcode on the mac the Keyboard did not appear even after tapping the textField.I also called the becomeFirstResponder() method before adding as a subview to its super view.I can enter text using the keyboard on my mac and everything is working normally, but how will people do it on their iPads.Will it automatically appear when running it on the iPad? Do I need to do something else to make the keboard appear.Thanks for the help