What is the best way to have a UIToolbar
with a UITextField
appear above the keyboard ?
In particular, I'm looking for a way to implement this in iOS 6.
The basic functionality I am trying to achieve is similar to iOS SMS app except the keyboard would appear by default.
Thanks.