Implementing Table Search Bar

Hi


I want to do something like Apple Mail App, at top a search bar and it can be hidden, when I place the search field and top of table view then add a table view cell it pushes it under it if I put it outside the table view it doesnt scroll, so whats the standatrd here ?

--

Kindest Regards

Answered by Claude31 in 414907022

This tutorial should tell you what is standard as well as implementation details.


h ttps://www.raywenderlich.com/4363809-uisearchcontroller-tutorial-getting-started

Accepted Answer

This tutorial should tell you what is standard as well as implementation details.


h ttps://www.raywenderlich.com/4363809-uisearchcontroller-tutorial-getting-started

Thanks Allot 🙂

Implementing Table Search Bar
 
 
Q