0
votes

I have a really strange behavior of my UIScrollView. It needs a touch before it can scroll, so it scrolls first on the second touch.

I set the ContentSize in the LayoutSubview, so I can see that the content size is bigger than its size (it also show the scrollview indicator) when the scrollview is loaded.

Any ideas why this happends?

1

1 Answers

0
votes

If I remember correctly, this behavior can be fixed by set content delay touch to NO.