I have a uisearchbar at the top of a uitableview
I have a button which I would like to be able to scroll to the top of the table (thus bringing the searchbar back into view) and then open it for editing. At the moment I have to scroll to the top and then tap on the scroll bar itself.
The scrolling shouldn't be to difficult but what I can't find anywhere is the code to start editing the searchbar. I tried [searchBar makeFirstResponder]; but that crashed it.
Any ideas? Many thanks.