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
It would be nice if you could access the CGMutablePathRef of the ACEDrawingPenTool from the outside (e.g. to store it in a database).
I suggest overriding the CGPath accessor defined by UIBezierPath to do this. This should make things easy, because UIBezierPath conforms to NSCoding, so everything should work out-of-the-box.
I'll see if I find some time to format a PR to accomplish this.
The text was updated successfully, but these errors were encountered:
It would be nice if you could access the
CGMutablePathRef
of theACEDrawingPenTool
from the outside (e.g. to store it in a database).I suggest overriding the
CGPath
accessor defined byUIBezierPath
to do this. This should make things easy, becauseUIBezierPath
conforms toNSCoding
, so everything should work out-of-the-box.I'll see if I find some time to format a PR to accomplish this.
The text was updated successfully, but these errors were encountered: