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

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -