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

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 -