You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add a method which draws the entire svg in a CALayer passed as parameter?
I need this feature for my complex drawing app which is using the CALayers to improve the overall performances.
Thanks
The text was updated successfully, but these errors were encountered:
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
}
}
so I can grab the drawing layer from the outside and using it changing its superlayer... And it works fine but now I can't update your lib anymore otherwise I'll loose my changes.
Is it possible to add a method which draws the entire svg in a CALayer passed as parameter?
I need this feature for my complex drawing app which is using the CALayers to improve the overall performances.
Thanks
The text was updated successfully, but these errors were encountered: