Alessio Prosperi

Results 7 comments of Alessio Prosperi

I managed to get it working by changing the library code by removing all references to the UIWebView object

This is my fixed code [SwiftR.zip](https://github.com/adamhartford/SwiftR/files/4890684/SwiftR.zip) ;)

It's very strange: the code I posted works very well for me (I already removed all UIWebView references) but I don't use the useWKWebView flag to true because my SignalR...

At the moment I changed the Macaw source code adding this simple var on the MacawView class: ``` public var drawingLayer: CALayer { get { return drawingView.layer } } ```...

The same happens to me

Hi Alexander, I attach the modified library to this email. You can see the code I added (comments marked by "§§§ ALE"). It works well but I think it's not...

Hi Alexander, I've done some implementations to the library, but the code is not optimized. If you want I can send you the code and a link where you can...