dzenbot / DZNWebViewController

A simple web browser for iPhone & iPad with similar features than Safari's
https://www.cocoacontrols.com/controls/dznwebviewcontroller
MIT License
1.06k stars 181 forks source link

How to dismiss the view? #66

Open saldous opened 7 years ago

saldous commented 7 years ago

I can't find how to put a button to dismiss the web view after it's loaded. Any ideas?

rafagonc commented 7 years ago

I can't understand either

saldous commented 7 years ago

@rafagonc I've since switched to using SFSafariViewController, you might want to check it out.

rafagonc commented 7 years ago

@saldous Thanks, but I changed from presenting the view controller to pushing it with the navigation controller. The back button will appear.

joeljfischer commented 7 years ago

You'd need to add a dismiss button to the navigation controller. Pushing it works as well though.