From the UIWebView docs
This is the method you need to load your html:
- (void)loadHTMLString:(NSString *)string baseURL:(NSURL *)baseURL
3
solved How to make the HTML file [closed]
From the UIWebView docs
This is the method you need to load your html:
- (void)loadHTMLString:(NSString *)string baseURL:(NSURL *)baseURL
3
solved How to make the HTML file [closed]