How to use UIScrollView in Storyboard
问题 I have a scroll view with content that is 1000px tall and would like to be able to lay it out for easy design on the storyboard. I know it can be done programmatically but I really want to be able to see it visually. Every time I put a scroll view on a view controller it won\'t scroll. Is it possible to get it to work like I want or do I have to do it in the code? 回答1: I'm answering my own question because I just spent 2 hours to find the solution and StackOverflow allows this QA style. Start