引用博客:
http://www.cocoachina.com/ios/20150104/10810.html
http://www.jianshu.com/p/37a4f35732c7
1.Xib中使用UIScrollView,需要自己添加contentView。
2.我们可以不直接确定contentView的contentSize的大小,通过contentView的子视图来间接确定contentView的大小。
3.ScrollView的滚动方向,需要设置contentView,可以设置 horizontally in container或vertically horizontally in container来确定。