views:

52

answers:

1

i've seen a "Previous/Next/Done" bar above the keyboard when entering text in a webview on an iPhone. i want to use this built in bar in an app that i'm making in conjunction with a UITextView. i have seen a very similar looking bar above the keyboard in several apps. my guess is this is either some hand made bar that just looks like the bar i want or the programmer figured out a way to show the actual bar. assuming its the actual bar and not a hand made bar how do you get it to display?

+1  A: 

There's no built-in Prev/Next/Done bar, you have to create it yourself.

SEE ALSO:

Can Berk Güder