Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 766
Parth Bhatt Avatar asked Apr 08 '11 07:04

Parth Bhatt


1 Answers

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 !

like image 130
Ermiar Avatar answered Sep 21 '22 10:09

Ermiar