I have two problems with my UIScrollView, first, when i launch the app, the first screen i see is the one which contain the UIScrollView, so i try to scroll but i couldn't, it like if it is locked, so i navigate to other screens in the app, and when i go back to the first screen it scrolls very well. the second problem is that when i scroll down and since i let the UIScrollView go, it bounces back to the top and so i can't interact with the content I just scrolled to.
check the @property contentSize. I bet it is set to CGSizeZero.
The height must be set to the maximum Y of the last element (in terms of Y-position) of your scrollView subviews.
You might want to have a look at this page, it has a lot of information regarding the UIS
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With