Using Swift, how can I retrieve the HTML Code of a webpage. I have read up on http requests but I cannot figure out how to implement them to fetch the HTML code. Does anyone know how to do this?
Edit: The similar question suggested does not seem to have a working solution.