SwipeTableView icon indicating copy to clipboard operation
SwipeTableView copied to clipboard

CustomTableView添加刷新问题

Open liuxu0718 opened this issue 6 years ago • 2 comments

您好,我这里是在CustomTableView里直接

  • (instancetype)initWithFrame:(CGRect)frame style:(UITableViewStyle)style { self.mj_header = [MJRefreshHeader headerWithRefreshingTarget:self refreshingAction:@selector(loadData)]; self.mj_footer = [MJRefreshFooter footerWithRefreshingTarget:self refreshingAction:@selector(loadMoreData)]; } 然后发现下拉刷新是从segmentBar下面开始进行下拉(与header分离了)。然后mj_header/footer的UI也看不到,就是只有偏移效果,并看不到下拉刷新,松开释放刷新那些控件。

之后拿XCode自带的图层查看,发现mj_header/footer都在header的顶部那块,不清楚什么情况,还请指点迷津,自己添加刷新该怎么处理

liuxu0718 avatar Oct 18 '17 07:10 liuxu0718

我也遇到了,解决了吗

yanghuabiao avatar Jul 24 '18 10:07 yanghuabiao

似乎没有 搁置了

liuxu0718 avatar Jul 25 '18 08:07 liuxu0718