Fidel Eduardo López Mayorga

Results 5 comments of Fidel Eduardo López Mayorga

I'm having this problem too.. When I switch networks (cellular to WIFI) it works for a while (sometimes some minutes, sometimes for hours) then starts giving the TimeoutException.. Also if...

You should try weak referencing webModalNC..

``` var webModalNC: UINavigationController? func showSource(url: String) { let vc = DZNWebViewController(URL: NSURL(string: url)!) self.webModalNC = UINavigationController(rootViewController: vc) vc.supportedWebNavigationTools = DZNWebNavigationTools.All vc.supportedWebActions = DZNsupportedWebActions.DZNWebActionAll vc.showLoadingProgress = true vc.hideBarsWithGestures = true...

Dirty temp fix. Replace #import "AFNetworking.h" with #import

Hi! Any plans for merging this pull request?