scrollview的contentSize设置注意 2018-04-20 本文已影响0人 要加油啊小和尚 scrollView的内容高度是0,就代表它的内容不能上下滑动 scrollView.contentSize=CGSizeMake(count * scrollViewW,0);