scrollView的内容高度是0,就代表它的内容不能上下滑动

scrollView.contentSize=CGSizeMake(count * scrollViewW,0);

相关文章: