The fourth project from 100 days of Swift course
Simple Browser
This is the fourth project from Hacking With Swift 100 days of Swift course.
??♂️ Overview
This app is simple browser that allows users to access a list of websites.
⚙️ How it works
The user can access a list of websites offered by the app. It’s possible to
navigate between previous and next pages and reload the current website.
? Video
? Built with
- UIKit
- Storyboard
? What I learned
- loadView()
- WKWebView
- Delegation
- URL
- URLRequest
- UIToolbar
- UIProgressView
- Key-Value Observing
⌨ How to use it
Download this repository, open it in Xcode and press command + R
to run the simulator