liangdrime / SwipeTableView

Both scroll horizontal and vertical for segment scrollview which have a same header. — 类似半糖、美丽说主页与QQ音乐歌曲列表布局效果,实现不同菜单的左右滑动切换,同时支持类似tableview的顶部工具栏悬停(既可以左右滑动,又可以上下滑动)。兼容下拉刷新,自定义 collectionview实现自适应 contentSize 还可实现瀑布流功能
MIT License
2.29k stars 444 forks source link

MJRefresh上拉加载更多 偏移量问题 #126

Closed miniLV closed 6 years ago

miniLV commented 6 years ago

当mj_footer开启上拉刷新,并请求完数据之后 - 一进入该tableVIew,tableView会自动上移,并进入MJRefreshStatePulling的状态,并且对该tableView设置 state 或者 [self.mj_footer endRefreshing];都无法改变 该tableView的状态,效果图如下: image

miniLV commented 6 years ago

已解决-。-

dslcoding commented 5 years ago

你是怎么解决的