摘要: 解决方法如下: if (scrollView.contentOffset.y >= 0 && scrollView.contentOffset.y <= pushNewsTableViewHeaderViewHeight) { scrollView.contentInset = UIEdgeInse 阅读全文
posted @ 2017-03-23 20:11 jgCho 阅读(10506) 评论(0) 推荐(0) 编辑
摘要: 当我们在ViewController中有scrollView的时候, 可能会遇到右滑无法响应返回手势, 有以下解决办法: 自定义scrollView, 实现该scrollView的以下方法即可: @implementation GOfflineContentScrollView -(BOOL)ges 阅读全文
posted @ 2017-03-23 18:59 jgCho 阅读(884) 评论(0) 推荐(1) 编辑