Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
lahala opened this issue Oct 11, 2017 · 1 comment
Closed

Comments

@lahala
Copy link

lahala commented Oct 11, 2017

代码如下:
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
Copy link
Owner

Check out v0.7.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants