Binding data to scroll view

Posted by Rahul Varma on Stack Overflow See other posts from Stack Overflow or by Rahul Varma
Published on 2010-06-18T07:52:32Z Indexed on 2010/06/18 8:13 UTC
Read the original article Hit count: 318

Filed under:
|

Hi,

I am new to iphone dev. I have a Label and a scroll view. I am trying to get data from url and bind it to label and a scroll view. I am able to bind the data to label by using...

UrlValues *asana=[[data yoga]objectAtIndex:i];
self.AsanaName.text = [asana asanatitle];

Similarly i want to bind some other data in the url to a scroll view. The data i want to bind is 4 or 5 sentences. So, can anyone help me how to do it... Any sample code will be really helpful... Thanks

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about uiscrollview