判断UIScrollView是否滑动到底部
if (scrollView.frame.size.height + yOffset - scrollView.contentInset.bottom >= scrollView.contentSize.height) {
NSLog(@"bottom");
} else {
}
本站文章除注明转载外,均为原创文章。转载请注明:文章转载自:
Zhazha(
http://bigqiang.com )