开发者

Binding Json data to a scroll view

开发者 https://www.devze.com 2023-01-03 11:27 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消