How to display Admob on UIWebView Application?
问题 I have previously tried displaying Admobs ads on TabbarView based application. But when I try to implement the same on a UIWebView based application things don't seem to work right. I tried to add the code inside -(void)viewDidLoad but the application crashed. The methods i'm using inside my application include: (void) viewDidAppear:(BOOL)animated (void) viewDidDisappear:(BOOL)animated (void) loading Where should I implement it to view in my application? Any help would be appreciated. 回答1: