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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -