JBWebViewController
JBWebViewController copied to clipboard
Added awakeFromNib so the controller can be added via storyboards.
In order to be able to use the JBWebViewController from within a storyboard, for example via a segue, setup needs to be called from awakeFromNib. This PR takes care of this and fixes #13