Wednesday, June 13, 2012

thumbnail

Show HTML markup in UIWebView iPhone


  webview = [[UIWebView alloc] initWithFrame:webFrame];
    [webview setBackgroundColor:[UIColor whiteColor]];
[webview loadHTMLString:@"Lesson 1<\/strong><\/em><\/u>
\r\n\
     This first lesson text \
     and Privacy Statement. You'll get future updates to Bing Bar and other \
     Microsoft products from Google Update. This software may also download \
     This first lesson text \
     and Privacy Statement. You'll get future updates to Bing Bar and other \
     Microsoft products from Google Update. This software may also download \
     This first lesson text \
     and Privacy Statement. You'll get future updates to Bing Bar and other \
     Microsoft products from Google Update. This software may also download \
     This first lesson text<\/b>
\
     and Privacy Statement. You'll get future updates to Bing Bar and other \
     Microsoft products from Google Update. This software may also download \
     and install some updates automatically." baseURL:nil];
    [self.view addSubview:webview]; 
    [webview release];

Subscribe by Email

Follow Updates Articles from This Blog via Email

No Comments

comments

About me

simple one.