Ok heres the situation. I grab various strings from the server and display it on screen. Now what i want to do is Display Any strings that come in with html tags in html format.
Example:
Say i get the string <b>Hello World</b> from the server. Now i want to display the String Hello World in Bold format in a UILabel. Is there a way for me to do this? or do i have to write my own string functions that would search for a Html tag and convert the String accordingly.
Ok so how would i do that? Would i just place a UILabel over a UIWEbview but i dont know how that would even work correctly. Im taking various values from the server and some happen to have HTML Properties to it. I guess what im asking is how would i go about Displaying a String in a UIWebView? cause all i see is ways to display webpages and not an string
Ok so how would i do that? Would i just place a UILabel over a UIWEbview but i dont know how that would even work correctly. Im taking various values from the server and some happen to have HTML Properties to it. I guess what im asking is how would i go about Displaying a String in a UIWebView? cause all i see is ways to display webpages and not an string