How to load a string like below in UIWebview
\"\\n \\nEgestas rhoncus auctor ac. Risus parturient, mid ultrices nisi.\\U00a0 \\nAugue ac elementum duis aliquet d
Here is the Code
NSString* htmlString= @"hereyourSTring"; [webView loadHTMLString:htmlString baseURL:nil];
this would load the String in WEBview.