RTRootNavigationController icon indicating copy to clipboard operation
RTRootNavigationController copied to clipboard

跟其他的三方库有冲突

Open zcw46229412 opened this issue 8 years ago • 3 comments

因为要做一个类似天猫商品类别筛选的悬浮VIEW在bar的下面,随着table的滑动这个view悬浮在屏幕顶端,找到了TLYShyNavBar这个第三方,会出现bar减少20像素的问题。

zcw46229412 avatar Mar 24 '17 02:03 zcw46229412

语言能力有限

zcw46229412 avatar Mar 24 '17 02:03 zcw46229412

TLYShyNavBar 项目使用了太多 swizzle ,难免会干扰本项目的实现,目前是发现页面初始时有偏差,但是上下滚动后又恢复正常,还没找到原因。后面有空再细看看吧

rickytan avatar Mar 25 '17 10:03 rickytan

//禁止UITableView UIScrollView的自动偏移 self.automaticallyAdjustsScrollViewInsets = NO; 试试这个。

linsendear avatar May 17 '17 09:05 linsendear