Skip to content

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

@lahala

Description

@lahala

代码如下:
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;
这样的话 里面的关闭 是不起作用的,望指教!!谢谢

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions