SwipeTableView icon indicating copy to clipboard operation
SwipeTableView copied to clipboard

tableview被tabbar遮挡的问题

Open jihongboo opened this issue 8 years ago • 2 comments

tableview最下面会被tabbar遮挡 尝试设置automaticallyAdjustsScrollViewInsets但没有效果,可能需要监控tableview的contentOffset来整体上移tableview

jihongboo avatar Nov 21 '16 09:11 jihongboo

我也遇到了和你一样的问题,你是怎么解决的呢?

1284115201 avatar Jul 04 '17 13:07 1284115201

如果你的 tabbar 不是 translucent 的话,建议 swipetableview 的 frame 采用固定的值,底部边缘与 tabbar 顶部对齐。如果是 translucent 的话,试试把每个 tableview 的 contentInset.bottom 设置 tabbar 的高度,看看能否起作用

liangdrime avatar Jul 05 '17 04:07 liangdrime