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

Move UIWebViewDelegate to interface. #8

Closed thomasconner closed 9 years ago

thomasconner commented 10 years ago

Moving the UIWebViewDelegate to the interface allows subclasses to intercept delegate calls for the UIWebView and still call super for default implementation.

Signed-off-by: Thomas Conner thomas.conner@connertechnologies.com