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

List<T>().Add problem C# -

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