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

添加MJFooter问题 #103

Open haolizi opened 6 years ago

haolizi commented 6 years ago

你好,我上拉加载更多用的是MJRefresh, 当第一页数据比较少时,mj_footer不能紧跟最后一行cell,请问改怎么处理?如图 image

liangdrime commented 6 years ago

MJ 应该是根据 content size 来处理 footer 的位置的,如果设置了shouldAdjustContentSize会把不够一屏的 contentsize 自动调整到一屏的大小。关闭的话,MJ 的 footer 应该会在内容的最底部,不过内容不足的列表就不能滑到顶部了

haolizi commented 6 years ago

明白了,多谢指教

maybeYy commented 6 years ago

@haolizi 请问mj_footer你添加在什么地方?

maybeYy commented 6 years ago

@haolizi 我知道怎么做了,添加到itemScrollView上

cl-sky commented 6 years ago

@maybeYy 怎么加的mj_footer?

cl-sky commented 6 years ago

@maybeYy 我加上 没反应,麻烦可以告诉一下吗

freelf commented 6 years ago

我加了 mj_footer,刷新直接弹到最上面了。