UIScrollView无法滚动的解决办法

如果UIScrollView无法滚动,可能是以下原因:

没有设置contentSize

scrollEnabled = NO

没有接收到触摸事件:userInteractionEnabled = NO

… …

posted @ 2016-07-25 15:21  2xf  阅读(249)  评论(0编辑  收藏  举报