sticksen / STKWebKitViewController

Usable UI around WKWebView
MIT License
147 stars 29 forks source link

Allow back/fw buttons to be placed in navigation bar #15

Open radianttap opened 8 years ago

radianttap commented 8 years ago

I added an option to choose where the web browser control buttons (back, fw. share etc) located. By default it stays in the toolbar at the bottom, but you can also choose to have htem at the top, inside navigation bar.

Also, moved some methods to the interface, so the subclassing is easier and you can change the buttons to your liking.