iOS UIScrollView 滑动 漏出background
2019-03-04 本文已影响0人
失忆的程序员
滑动到最后的时候滑动看不到背景颜色,细节处理
// default YES. if YES, bounces past edge of content and back again
//默认为是。如果是,则反弹到内容的边缘,然后再次返回
self.scrollView.bounces = NO;
滑动到最后的时候滑动看不到背景颜色,细节处理
// default YES. if YES, bounces past edge of content and back again
//默认为是。如果是,则反弹到内容的边缘,然后再次返回
self.scrollView.bounces = NO;