My ViewController has two UITextFields, so by default the keyboard toolbar has these ^ and v buttons. I don't want the user to be able to switch between the textfields with these buttons so i'd like to hide them if possible. I've tried disabling the inactive textfield but this messes with the firstResponder methods so if possible I'd like a different solution. Is there any way to just hide these buttons from the default toolbar?
]1