I would like to implement the “Toolbar” kind of thing above the keyboard shown in the image that includes an up and down arrow to iterate through text fields and a done button to dismiss the keyboard. How do I do this? Thanks!
Toolbar above keyboard
Use inputAccessoryView.
See examples here:
- https://www.hackingwithswift.com/example-code/uikit/how-to-add-a-toolbar-above-the-keyboard-using-inputaccessoryview
- https://stackoverflow.com/questions/23904848/how-can-i-add-a-toolbar-above-the-keyboard