-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe swift #45
Comments
Unfortunately I don't know of any swift variations of JotUI or similar. What sort of errors are you seeing when in an app with GPUImage? There was a bug long ago with GPUImage #14 that got fixed. If there's a crash or stack trace, I might be able to debug and see what's causing the problem. |
Hello, Sorry to hear about swift version :/, I've found one similar thing, not so good as this one but might do the trick. On #14 I wrote as well near the end of that discussion (djcomy), the error was the same like it is on that post. My app was like start view controller where you take or choose a photo, next view controller is gpuimage filters, third controller is some frames/stickers etc. From that view I never could pass the gpuimage photo to JOT draw view controller (regular photo yes), and JOT view controller never got back photo that was drawn on (when i click done for example, and that button should get photo back to frames/stickers VC). I gave up on that project about a year ago, still have it though, might share it with You if You can fix all those, I'm totally stuck and meanwhile got shifted to Swift. And yeah, i don't know what was the fix from #14 since it was a pain to implement JOT to my project and I didn't want to mess up something changing any part of code. |
Is there anyone who implemented this awesome piece of drawing art in swift?
I tried it in ObjC, kinda working although it's sending some errors while using it with GPUImage in same app.
The text was updated successfully, but these errors were encountered: