标签:
如果UIScrollView无法滚动,可能是以下原因:
没有设置contentSize
scrollEnabled = NO
没有接收到触摸事件:userInteractionEnabled = NO
… …
UIScrollView无法滚动的解决办法
原文地址:http://www.cnblogs.com/tanky/p/5703637.html