turbolinks / turbolinks-ios

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

Update the visitable titles example code #118

Open dwightwatson opened 6 years ago

dwightwatson commented 6 years ago

When implementing this code in Xcode I had to mark visitableDidRender as an override so figured that belonged in the example code too. Also as webView is optional it means formatTitle needs to handle that case, so I've added a guard clause example.