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.

I want to achieve something similar to above keyboard
How can I get that?
|
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.
I want to achieve something similar to above keyboard How can I get that?
| |||
|
feedback
|
|
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 ! | |||
|
feedback
|
|
This is a custom control which is placed directly above the keyboard. I think a UIToolbar can be used for that. Previous and next passes around the firstResponder of the textFields and Done will do the resign as well as hide the toolbar. To match the keyboard animation have a look at this code I found or at SO: "What is the iPhone's default keyboard animation rate?" | |||||||||
feedback
|
|
I just created a class called The controls works for text fields and text views and are optimized for both iPhone and iPad. | |||
|
feedback
|