I\'m generating an UIWebView into my viewDidLoad method, with a tiny size (let\'s say something like 50x70). And then I put it into a super UIView.
I\'d like to ma
Try this.That's working for me.
NSString *strTemplateHTML = [NSString stringWithFormat:@"%@", @"insert your html content here"]; [webView loadHTMLString:strTemplateHTML baseURL:nil];