首页 > 代码库 > UIScrollView无法滚动

UIScrollView无法滚动

•如果UIScrollView无法滚动,可能是以下原因:
Ø没有设置contentSize
ØscrollEnabled = NO
Ø没有接收到触摸事件:userInteractionEnabled = NO
Ø没有取消autolayout功能(要想scrollView滚动,必须取消autolayout)
Ø… …

UIScrollView无法滚动