How To load scroll view of some place directly
Posted
by ratnasomu
on Stack Overflow
See other posts from Stack Overflow
or by ratnasomu
Published on 2010-04-30T09:27:37Z
Indexed on
2010/04/30
9:37 UTC
Read the original article
Hit count: 198
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
© Stack Overflow or respective owner