Roxasora / RxWebViewController

实现类似微信的 webView 导航效果,包括进度条,左滑返回上个网页或者直接关闭,就像 UINavigationController
1.29k stars 207 forks source link

偶尔pop出RxWebViewCotroller的问题 #7

Closed ghost closed 7 years ago

ghost commented 8 years ago

fix bug

rushairer commented 8 years ago

在新开ViewController里自己用 [self.navigationController popViewControllerAnimated:YES]; 就不会触发 -(BOOL)navigationBar:(UINavigationBar )navigationBar shouldPopItem:(UINavigationItem )item

用系统的返回就没事。

纯代码写的 不用xib

stattrak-dragonlore commented 8 years ago

遇到楼主的问题 +1

CoderYuChong commented 8 years ago

我也遇到这个问题了,忘作者早日解决这个问题