I want to display data which is text data , in the uiwebview can some one guide how to do the same.
Use UIWebViews "loadHTMLString" method.
- (void)loadHTMLString:(NSString *)string baseURL:(NSURL *)baseURL
example:
[webView loadHTMLString:@"MyText" baseURL:nil];
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With