I have an iOS app that uses tables views. It also implements a pull-to-refresh model, which works very nicely. I now want to add the option to search that table view. Normally, I would just hide the search field further up in the table view, but this is an issue because of the pull-to-refresh.
Any UX or UI ideas about how I could implement both? Possibly in the same space? I can't invoke the search from a button up in the navbar as those are already used.

Editbutton do? Without a wireframe, I think it's out of place. – dnbrv Feb 28 '12 at 5:51