SwipeTableView icon indicating copy to clipboard operation
SwipeTableView copied to clipboard

在使用过程中, 下拉刷新有问题, 请指教

Open cly506202289 opened this issue 9 years ago • 1 comments

没有定义宏ST_PULLTOREFRESH_HEADER_HEIGHT,采用demo中的默认方法. 设置了headerView和headerBar. 同时headerTopInset=0. 无论是使用demo中的下拉刷新,还是MJRefresh. 下拉时, 整个页面都下移且不回弹. 直到拉到屏幕底部, 下拉刷新才触发. 求问一下这是什么原因

cly506202289 avatar Dec 16 '16 09:12 cly506202289

没有定义宏的话,需要自己在下拉刷新相关的swipetableview代理中返回下拉的触发高度,这个值相当于设置宏的时候的值。可以看下 git 上的文档介绍

liangdrime avatar Dec 16 '16 13:12 liangdrime