UIScrollView的ContentSize 小于 frame时,无法滑动

//必须同时设置以下两个属性
scrollView.bounces = YES;
scrollView.alwaysBounceVertical = YES;

你可能感兴趣的:(ios)