So I see that there's a new TextEditor for multilane editing in iOS 14. Great!
Is there a way to make a TextEditor (or even a TextField) become a first responder (i.e. activate the keyboard) when a view loads?
I already have a a UIViewRepresentable rigged up for this since iOS13 and I'm hoping to retire it.
Is there a way to make a TextEditor (or even a TextField) become a first responder (i.e. activate the keyboard) when a view loads?
I already have a a UIViewRepresentable rigged up for this since iOS13 and I'm hoping to retire it.