Stephen Whitifeld

Results 14 comments of Stephen Whitifeld

I'm having the same issue. I will add a demo soon.

"Not sure what you mean by that" The touch events of the root view controller of the Slide menu are disabled when I toggle the left menu open. As in,...

@Tripwire999 That is the same issue I'm having. I am correctly storing and reloading the drawn paths, but when I run the method `updateCacheImage:`, nothing happens. @acerbetti Could you give...

@Tripwire999 OK. Cool. Let me try that. Could this not be achieved the same why by just making `ACEDrawingPenTool` adhere to `NSCoding` protocol? Why did you use a separate object...

@Tripwire999 How did you encode/decode the path?

@Tripwire999 Also, have you made the `path` variable from the `ACEDrawingPenTool` object a publicly, readwriteable property? I've done all of these things and I'm still not seeing the drawings on...

@Tripwire999 NVM. Got it working. Looks great. Thanks for the help!

@acerbetti @Tripwire999 Would you guys be up for submitting a PR that supports storing drawings? We'd like to use this library as a pod in our projects, but we would...

@acerbetti Roger that. I'll submit a PR.

@Tripwire999 Any help would be appreciated!