Click here to Skip to main content
15,881,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Sir I am Try show string data in uiwebview i done this code but css not add this uiwebview

Show Normal Set code



let webView = UIWebView()
var MyHTML: String = String()

var MyCSS: String = String()

webView.loadHTMLString(String(MyHTML), baseURL: nil)
i dont know to add mycss string value in uiwebview
please help



What I have tried:

i dont know to add mycss string value in uiwebview
please help
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900