change webView Font size with Setting Bundle ! [iPhone SDK] -


I want to replace my UIWebView with setting the bundle. What is the property for webview font?

I know my code is wrong!

  if ([default boolForKey: @ "big_font"]) {myWeb.font = [UIFont fontWithName: myGhazal Size: 32.0f]; } Else {myWeb.font = [UIFont fontWithName: myGhazal Size: 18.0F]; }  

Refer to a CSS style sheet in your HTML document or style information

Regards.


Comments

Popular posts from this blog

php - multilevel menu with multilevel array -

c# - TypeConverter in propertygrid only converts from string, not to -

jQuery UI: Datepicker month format -