Hi all,
I have seen this question posted several times with no useful answers. I am trying to place a toolbar above my UIKeyboard in my iPhone app, but am having difficulty. I found this example which works GREAT, except that my view is a UITableView
instead of the standard [self.view addsubview:...]
. Can anyone figure out how to apply this to a UITableView
?
In short, I have several UITextFields
in my table cells, so I want the toolbar to appear above the keyboard for those cells.
Many thanks, Brett