Check out example codes for "swift webview load html". It will help you in understanding the concepts better.
Code Example 1
let webView1 = UIWebView() webView1.loadHTMLString("<html><body><p>Hello!</p></body></html>", baseURL: nil)
Learn ReactJs, React Native from akashmittal.com