Binding Json data to a scroll view
I am retrieving Json data from url. There is a lot of 开发者_开发技巧text in the url which is to be binded to the Scroll view. Can anyone plz suggest me how to do it. I have no problems in retrieving Json data . I have included a scroll view on the main view. I have to just bind the data to the pre defined scroll view...
I think you mean uitableview instead of scrollview. To do it, just retrieve the data from webservice into a dictionary or an array and feed that data to tableview through uitableview datasource methods.
精彩评论