iphone - How can i highlight a specific rows on UITableView -


hi have uitableview x rows , cell data loaded plist file , wanna implement uitextfield user inserts cell number , after done button cell going highlight , show cell row , example enter 104 , show me row 104 . there anyway ? thank .

-[uitableview selectrowatindexpath:animated:scrollposition:]


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -