重点:系统通过加入到UIScrollView的内容来确定contentSize的大小
1.选中viewController,Show the Attributes inspector ->Adjust Scroll View Insets取消选中。
2.添加UIScrollView到根View Controller的View上。
3.设置ScrollView的Leading Space to SuperView,Trailing Space to SuperView,Top Space to SuperView,Buttom Space to SuperView。
4.添加4个View到ScrollView上(将viewcontroller设置更宽点,方便拖放View)。
5.设置View1的约束:Leading Space to SuperView(0),Top Space to SuperView(0),Buttom Space to SuperView(0),设置View1 与 ScrollView等宽,等高。(先不要Update Frames)
6.设置View2的约束:Top Space to SuperView(0),Buttom Space to SuperView(0),设置View2 与 ScrollView等宽,等高,设置View1 与 View2 的Horizontal Space(0)。(先不要Update Frames)
7.设置View3的约束:Top Space to SuperView(0),Buttom Space to SuperView(0),设置View3 与 ScrollView等宽,等高,设置View2 与 View3 的Horizontal Space(0)。(先不要Update Frames)
8.设置View4的约束:Top Space to SuperView(0),Buttom Space to SuperView(0),Trailing Space to SuperView,设置View4 与 ScrollView等宽,等高,设置View3 与 View4 的Horizontal Space(0)。(先不要Update Frames)
9.选中Scrollview,选择Update Frames。
10.以上步骤完成,实现了ScrollView的横向滚动。
代码:http://pan.baidu.com/s/1bnEqgyV
参照:http://www.thinksaas.cn/group/topic/349755/