Xib中使用UIScrollView的AutolayoutDemo。主要思路:給scrollView添加一个contentView,设置contentView的top ,left,right,bottom的约束与scrollView为0,再设置contentView水平居中,然后设置contentView的高度约束值,这样scrollView的ContentSize就确定了,contentView的高度约束值大于scrollView的高度就可以垂直滚动了。