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
Post a Comment