How can i highlight a specific rows on UITableView
Hi i have UITableView with x rows and my cell data loaded with plist f开发者_JAVA百科ile , i wanna implement a UITextField that user inserts the cell number and then after done button the cell going to highlight and show the cell row , for example enter 104 and then show me the row 104 . is there anyway ? thank you .
-[UITableView selectRowAtIndexPath:animated:scrollPosition:]
精彩评论