iphone - How to Display this kind of data into UITableview -
i having nsarray in having following data, using afhttprequestoperation give me result , after doing [listofname addobject:[responsedata valueforkey:name]]; , getting following result , result want display in tableview can understand how becuause new iphone
( ( "richard conover", "richard conover", "kaitlyn matheson", "andrea wannemaker", "andrea wannemaker", test, james, test, gaurav, sdfsdfs ) )
if nsarray.count return 1 how print separately in tableview
what want set tableview
datasource first object in array
(which array
). this:
nsarray *mytableviewdatasourcearray = [myoriginalarray objectatindex:0];
then use mytableviewdatasourcearray
datasource methods of tableview
.
Comments
Post a Comment