I created a UIScrollView from the Storyboard. I have "scrolling enabled" checked and I made sure all the Text boxes and buttons inside have user interaction enabled checked. However, the ScrollView doesn't scroll and the buttons and text fields can't be selected at all. Attached is a screenshot of the XCode Setup.
Asked
Active
Viewed 562 times
0

Jesse Zhang
- 71
- 1
- 10
-
You either net to make sure to set the scrollViews `contentSize` appropriately so that it will scroll or use `autolayout` to determine the `contentSize`. – villy393 Aug 03 '15 at 17:02
1 Answers
0
The scroll view only scrolls if the content size of the scroll view is larger than the scroll view itself. Take a look at this thread to see how a to correctly setup a scroll view in storyboard.

Community
- 1
- 1

Daniel Hariri
- 1,081
- 8
- 10