SwipeTableView
SwipeTableView copied to clipboard
tableview被tabbar遮挡的问题
tableview最下面会被tabbar遮挡 尝试设置automaticallyAdjustsScrollViewInsets但没有效果,可能需要监控tableview的contentOffset来整体上移tableview
我也遇到了和你一样的问题,你是怎么解决的呢?
如果你的 tabbar 不是 translucent 的话,建议 swipetableview 的 frame 采用固定的值,底部边缘与 tabbar 顶部对齐。如果是 translucent 的话,试试把每个 tableview 的 contentInset.bottom 设置 tabbar 的高度,看看能否起作用