I have used UIScrollView before, and am using it now, and never had a problem. I\'m now adding it to an old app, and while it works as expected (I can look at
For me the problem was that a constraint in a subview was not explicit.
Check that every constraint in your content is set, even if you are not needing it apparently for the layout.