I am working in iPhone messaging based app.
I want to show keyboard with keyboard inputAccessoryView in keyboard without using UITextView and
inputAccessoryView
UITextView
For anyone, who wants to show keyboard without UITextField/UITextView for some reasons, could easily extend some view, which requires text input by implementing UIKeyInput protocol and canBecomeFirstResponder method.
UITextField
UIKeyInput
canBecomeFirstResponder