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

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

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

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