Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 781 Bytes

File metadata and controls

21 lines (11 loc) · 781 Bytes

iOS Swift WebView App

About

This code was written in order to help those who need a native application to load a webapp through a webview.

Changing the URL of the Web App to be loaded

Open the file "ViewController.swift" and change the URL in ViewDidLoad method as directed in the comment just above the line.

Showing / Hiding the StatusBar

Also in the file "ViewController.swift", locate the prefersStatusBarHidden method and change the return value to TRUE if you want to display the StatusBar or FALSE to not display.

License

and licensed under: