Html File Inside An Alertcontroller?
Can I display the contents of an html file inside an UIAlertController? I have a text for a terms of service and I already have it formatted within an html file. I would like to be
Solution 1:
You can use Modal Instance in which you can render the complete html page. https://angular-ui.github.io/bootstrap/
Post a Comment for "Html File Inside An Alertcontroller?"