我的WKWebViewController有问题.
我用这段代码来表示:
SRWebWKViewController *webcontroller = [self.storyboard instantiateViewControllerWithIdentifier:@"SRWebViewControllerWKWebview"]; UINavigationController *navController = [[UINavigationController alloc]initWithRootViewController:webcontroller]; [self presentViewController:navController animated:YES completion:nil];
Warning: Attempt to present <WKActionSheet: 0x7fc4f4c6f5e0> on <UINavigationController: 0x7fc4f4b9d9e0> whose view is not in the window hierarchy!
提前致谢