摘要:
- (void) scrollViewDidScroll:(UIScrollView *)scrollView{ CGPoint offset = scrollView.contentOffset; // 当前滚动位移 CGRect bounds = scrollView.bounds... 阅读全文
posted @ 2014-08-05 14:59 0304 阅读(399) 评论(0) 推荐(0)
|
|
|
|
摘要:
- (void) scrollViewDidScroll:(UIScrollView *)scrollView{ CGPoint offset = scrollView.contentOffset; // 当前滚动位移 CGRect bounds = scrollView.bounds... 阅读全文
posted @ 2014-08-05 14:59 0304 阅读(399) 评论(0) 推荐(0) |
|