I am looking to add a way to have a user search through my server for certain book titles. The user should be able to search using a string within a UISearchBar
, and the results from the server should be displayed in a UITableView
below the search bar. What would be the easiest way to implement something like this?
Thanks for any help.
问问题
133 次