NSInvalidArgumentException when updating WebView from AppDelegate
- by H.Protagonist
I had to do an update in my WebView from the Appdelegate.m
I try it like this:
[self performSelectorOnMainThread:@selector(loadWebViewWithContent:) withObject:requestObj waitUntilDone:NO];
The loadWebViewWithContent Method works great from ViewController.m, but not from the Appdelegate.
I allready wrote this in my Appdelegate.h:
…