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

Unset scroll view delegate in -dealloc #11

Closed nolanw closed 9 years ago

nolanw commented 9 years ago

I was seeing a crash coming from -[UIScrollView setDelegate:] when dismissing a presented web view controller. This fixed that crash.