iphone - simply add a row to tableview -


nsstring *ref = [item stringbymatching:myregex1 capture:2]; nsstring *value = [item stringbymatching:myregex1 capture:3]; 

i need add ordertable uitableview, how hell do it:p. cannot find simple way of doing please :)

i in uitableview this

(@"%@ :: %@", ref, value) 

thanks

you'll have add datasource , [ordertable reloaddata];


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 -