
HI,
Give me some of scrollRectToVisible to move to a particular view.
Thanks

Hi,
You can may following code:
[scroll scrollRectToVisible:CGRectMake(570,142, 10, 10) animated:YES];
Thanks

HI,
Now I am able to move the content. Following code works for me.
CGPoint offset;
offset.x = 5;
offset.y = 500;
[scroll setContentOffset:offset animated:YES];
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.