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

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

Javascript natural sort array/object and maintain index association -