I am making an iPhone app in which on one of the UIWebView I am displaying a string i.e. “Example”. I want to change it’s font. I have used html concept also to change its font but by using this it is changing all other string which are on that UIWebView. But I want to change only “Example” font and size.
How can I do this. If anyone know about this please help me.
Thanks a lot.
You can do it with following code, Assuming that you are putting that string between element and it is the first on the page. If it is not like that adjust as per your convenience.
Check out and let me know if any doubt.