RTRootNavigationController icon indicating copy to clipboard operation
RTRootNavigationController copied to clipboard

tableview custom bar class bug

Open imTango opened this issue 7 years ago • 1 comments
trafficstars

在tableview custom bar class页面上滑,隐藏了navigationbar,然后跳转页面,侧滑返回这个页面,再想侧滑返回root页面就不行了,侧滑失效了

imTango avatar Oct 22 '18 09:10 imTango

先在 -viewDidLoad: 中手动设置下:self.rt_disableInteractivePop = NO 吧,这个其实是个 feature,不是 bug

rickytan avatar Oct 24 '18 12:10 rickytan