c++ - Search UITableView without Search Bar -


how can search uitableview without using search bar function (i.e. want code search through , return answer?) @ indexrow result sits within tableview.

i think answer uisearchcontroller...

thanks

worked out:

   [nsindexpath indexpathforrow:[objectsaray indexofobject:objetc] insection:0] 

this return indexpath of row of object from array used build tableview if have 1 section (0)...


Comments

Popular posts from this blog

php - Using str_replace to translate a MySQL Table in html -

SQL Server - MyCTE query based on 24 hour period (next day) -

asp.net mvc - Cannot display error message on Editor or EditorFor -