I have a UIWebView
that loadHTMLString
from an array.
I need this webView to change the font size dynamically
here is how i fill my WebView:
[webView loadHTMLString:[NSString stringWithFormat:@"%@<p class=\"paragraph\" style=\"float: right\" >%@</p>",css,[[ contentArray objectAtIndex:0] valueForKey:@"content"]] baseURL:nil ];