turbolinks / turbolinks-ios

Native iOS adapter for building hybrid apps with Turbolinks 5
MIT License
881 stars 92 forks source link

Readme update for Swift 4 #128

Closed chris-teague closed 6 years ago

wrtsprt commented 6 years ago

Hi @chris-teague ,

could you update

func sessionDidLoadWebView(session: Session) {
    session.webView.navigationDelegate = self
}

as well? I just spent quite some time on this. It's in the chapter of becoming the webViews Navigation delegate .. also missing the underscore!

chris-teague commented 6 years ago

Thanks @wrtsprt! PR updated

zachwaugh commented 6 years ago

Thanks @chris-teague!