I have created a UIToolBar programmatically and added a UITextField on it. Now, I need that toolbar to be above the keyboard when I click in anothe
UIToolBar
UITextField
You can use the UITextFields inputAccessoryView property
txtField.inputAccessoryView = toolBar;