SwipeTableView icon indicating copy to clipboard operation
SwipeTableView copied to clipboard

请问headerView可以固定在顶部吗?

Open iCodeAnt opened this issue 9 years ago • 1 comments

请问headerView可以固定在顶部吗?

iCodeAnt avatar Oct 21 '16 09:10 iCodeAnt

固定的话,需要自己修改源码。header与bar的frame处理都是监听每个item的offset在KVO的回调中处理。你可以参考一下 #29

liangdrime avatar Oct 21 '16 10:10 liangdrime