i want to add the image with webview content coming from the web service. please see the below image i want to do like this. i have no idea how to do this?
i want to add the horizontal separator in both the side of the title. i have added the title but no idea how to add separator on both the side of title.
NSString *strVision=[[dict valueForKey:@"errResult"] valueForKey:@"Vission"];
NSString *strmission=[[dict valueForKey:@"errResult"]valueForKey:@"mission"];
NSString *strVM = [NSString stringWithFormat:@"<b>%@</b><br>%@<br><br><b>%@</b><br>%@",@"Vision",strVision,Mission",strmission];
Thanks.