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
I don't want to be able to save my Jot View state to disk, but I couldn't seem to get the Jot View to work without implementing the JotViewStateProxyDelegate and loading in an initial state. Is it possible to make the Jot View work without the state proxy delegate?
The text was updated successfully, but these errors were encountered:
It needs a JotViewStateProxy to load properly. It'd be a nice improvement to have it load a default JotViewStateProxy that just points to tmp paths. If you want to code something like that up I'll merge it in.
Unfortunately I'm not an Objective-C coder, I only do Swift. It would be great if this project could be updated to the most recent versions of Xcode and Objective-C/ported to Swift. This is honestly the best project for drawing I've seen online, but requires some work to get it up to date.
I'm the opposite - I only do Obj-C and haven't touched Swift.
If you're able to convert / create a sample Swift project that includes the JotUI framework, I would hugely appreciated it (and I'm sure many others would as well!)
I don't want to be able to save my Jot View state to disk, but I couldn't seem to get the Jot View to work without implementing the JotViewStateProxyDelegate and loading in an initial state. Is it possible to make the Jot View work without the state proxy delegate?
The text was updated successfully, but these errors were encountered: