I have to show rich text that i pull from server, so i\'m using UIWebView. Now the problem is that i have no control over the font which is used in UIWebView. How can i chan
It worked when i modified the string like this. Your right chris, it shouldn't make any difference.
NSString *myDescriptionHTML = [NSString stringWithFormat:@" \n" " \n" " \n" " \n" "%@ \n" "", @"helvetica", [NSNumber numberWithInt:kFieldFontSize], content];