Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

EXC_BAD_ACCESS #65

Open
lumjona1 opened this issue Dec 23, 2016 · 0 comments
Open

EXC_BAD_ACCESS #65

lumjona1 opened this issue Dec 23, 2016 · 0 comments

Comments

@lumjona1
Copy link

I'm getting an EXC_BAD_ACCESS at the DZNWebViewController.m viewDidLoad.

I copied your sample code into my MainView ViewDidLoad which has a Nav Controller as the root to a ViewController. Also, the DZNWebNavigationPromptAll doesn't exist, I had to comment it out. Any suggestions?

NSURL *URL = [NSURL URLWithString:@"http://www.google.com/"];

DZNWebViewController *WVC = [[DZNWebViewController alloc] initWithURL:URL];
UINavigationController *NC = [[UINavigationController alloc] initWithRootViewController:WVC];

WVC.supportedWebNavigationTools = DZNWebNavigationToolAll;
WVC.supportedWebActions = DZNWebActionAll;
//WVC.webNavigationPrompt = DZNWebNavigationPromptAll;
WVC.showLoadingProgress = YES;
WVC.allowHistory = YES;
WVC.hideBarsWithGestures = YES;
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant