I have a subclass of UIScrollView.
with frame as CGRectMake(0,0,320,460)
and UIScrollView's contentSize as CGSize(320,1000)
say for eg a scroll event takes place and contentOffset moves to (0,500)
Now when next time a scroll event starts the contentOffset resets itself to (0,0) and then the scrolling action takes place besides starting from (0,500) where it left previously
Am i missing something to prevent restting of contentOffset
amal
with frame as CGRectMake(0,0,320,460)
and UIScrollView's contentSize as CGSize(320,1000)
say for eg a scroll event takes place and contentOffset moves to (0,500)
Now when next time a scroll event starts the contentOffset resets itself to (0,0) and then the scrolling action takes place besides starting from (0,500) where it left previously
Am i missing something to prevent restting of contentOffset
amal