How Do I Add A Search Bar To Static Table View?

Is there a way for me to add a search bar to a static table view? Where I don't have to create the cells in code, instead of in the main.storyboard? Is there a tutorial or something I can watch that you know of? THANKS!

Replies

Just so you know, a default UI search bar is just a sort on the table contents, not an indexed query.


See:


UI Catalog: Creating and Customizing UIKit Controls