devedbox / AXWebViewController

AXWebViewController is a webViewController to browse web content inside applications. It’s a lightweight controller on iOS platform based on WKWebView (UIWebView would be the base Kit under iOS 8.0). It added navigation tool bar to refresh, go back, go forward and so on. It support the navigation style on WeChat. It is a simple-using and convenient web view controller using inside applications.
MIT License
797 stars 133 forks source link

如果根控制器就是AXWebViewController所在的nav的话关闭有问题 #55

Closed lahala closed 6 years ago

lahala commented 6 years ago

代码如下: AXWebViewController webVC = [[AXWebViewController alloc] initWithAddress:@"http://www.baidu.com"]; webVC.showsToolBar = NO; webVC.webView.allowsLinkPreview = YES; UINavigationController nav = [[UINavigationController alloc]initWithRootViewController:webVC]; self.window = [[UIWindow alloc] init]; self.window.backgroundColor = [UIColor whiteColor]; self.window.frame = [UIScreen mainScreen].bounds; self.window.rootViewController = nav; 这样的话 里面的关闭 是不起作用的,望指教!!谢谢

devedbox commented 6 years ago

Check out v0.7.0.