摘要: func scrollViewDidScroll(scrollView: UIScrollView) { println("offsetY : \(-scrollView.contentInset.top - scrollView.contentOffset.y)"); ... 阅读全文
posted @ 2015-07-23 15:47 Alex_92 阅读(1240) 评论(0) 推荐(0)