hi .. i want change my UIWebView with Setting bundle . what is the property for webview font ?
i know my codes is wrong !
if([defaults boolForKey:@"large_font"])
{
myWeb.font = [ UIFont fontWithName:myGhazal size:32.0f];
}
else {
myWeb.font = [ UIFont fontWithName:myGhazal size:18.0f];
}