Default Keyboard Toolbar

Whenever I open a text field almost anywhere I get this common toolbar above my keyboard with two arrows that iterate through text fields and a done button. Not just on Apple related things, but even when I search on google. Which leads me to believe this is a default object and that google did not take the time to make an identical keyboard toolbar as all of Apple’s. So how do I get this default toolbar?

toolbar:

Do you mean in web pages you design (and view in Safari) or do you mean in an app you are building? For web pages that’s just what Safari does. For a custom app, take a look at the inputAccessoryView property on UITextField and UITextView.

Default Keyboard Toolbar
 
 
Q