How to get keyboard with Next, Previous and Done Button?

Parth Bhatt picture Parth Bhatt · Apr 8, 2011 · Viewed 66.5k times · Source

I want to have a keyboard which has a Next,Previous and Done button on top of it.

I have seen that in many apps.

Especially where there are forms to be filled.

enter image description here

I want to achieve something similar to above keyboard

How can I get that?

Answer

Ermiar picture Ermiar · Apr 8, 2011

You'll find the answer on this other post. I checked the iOS Library and the inputAccessoryView of a UITextField is exactly what you're looking for !

Hope this helps !