Arkadi Yoskovitz
Arkadi Yoskovitz
This looks like a great pod but, is there a way to work with UIDocument subclasses? Say i want to build a custom document class to host my apps' model...
In V5. UIProcedure was deprecated, for different reasons. In most applications the new UIBlockProcedure can indeed be used in its stead. However I've been trying to find a way to...
You should add the following in the view controllers deinit deinit { webView.configuration.userContentController.removeScriptMessageHandlerForName("buttonClicked") webView.configuration.userContentController.removeAllUserScripts() }
Add cocoa-pods support