Scroll a UIView in UIScrollView
问题 A lot of questions are available with this but I'm very bad with constraints. So I've added a UIScrollView and the UIView I want to show has height of 700 and this is fixed 700 no dynamic height. The constraints I've for UIScrollView are: And for UIView the constraints are: But it's not scrolling. 回答1: What I do when I need a scrollable view is what follows - just go over your constraints in storyboards and do the same there (especially pay attention to second step): I add a scrollView to the