[_mainScrollersetContentSize:CGSizeMake(320, 748)];
scrollerview初始设置为(320,548)
为什么不能上下滑动?
你可以从以下方面入手,
第一,storyboard,中autolayout是否勾选去掉(可能性最大)
第二,scrollEnabled是否设置为yes
第三,userInteractionEnabled,是否设置为yes