Skip to content

Latest commit

 

History

History
 
 

07-Project4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Project 4 - Easy Browser

https://www.hackingwithswift.com/100/24

Includes solutions to the challenges.

Topics

WKWebView, Action sheets, UIToolbar, UIProgressView

Challenges

From Hacking with Swift:

  1. If users try to visit a URL that isn’t allowed, show an alert saying it’s blocked.
  2. Try making two new toolbar items with the titles Back and Forward. You should make them use webView.goBack and webView.goForward.
  3. 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.

Screenshots

screenshot1 screenshot2