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

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -