https://www.hackingwithswift.com/100/24
Includes solutions to the challenges.
WKWebView, Action sheets, UIToolbar, UIProgressView
From Hacking with Swift:
- If users try to visit a URL that isn’t allowed, show an alert saying it’s blocked.
- Try making two new toolbar items with the titles Back and Forward. You should make them use webView.goBack and webView.goForward.
- For more of a challenge, try changing the initial view controller to a table view like in project 1, where users can choose their website from a list rather than just having the first in the array loaded up front.