hai to all ,
I have added a scroll view of content size 320,1000 to my view
its working properly and loading with starting content of scroll view.
But,now I want it like showing some place of it when its getting load.
that is it shows directly some place of it instead of starting of the content ...
Help me it is urgent .. I have tried with [scrollView1 scrollRectToVisible:CGRectMake(60, 300, 240, 40) animated:NO];
[scrollView1 zoomToRect:CGRectMake(60, 300, 240, 40) animated:YES];
but its not working
could any one help me ..
Thanks