views:

71

answers:

0

I have a UIScrollView instance on the screen. And I need to open this screen with the scroll view scrolled to the absolute bottom without any animation.

So, I use

scrollRectToVisible: animation:NO

but anyway a bit animation is present. I've tried to use

setContentOffset: animated:NO

but also there is a bit animation.

Can somebody help me with it? thanks