JotUI
JotUI copied to clipboard
How use as non framework
How to use JotUI just dragging files to existing project and not as a framework? I get a lot of error, for autoreleases and that a struct cannot have ARC forbids Objective-C objects in struct
The JotStrokeManager.m needs to have its compiler flags set to -fno-objc-arc. To do that, go to project settings, Build Phases, and add that flag to the JotStrokeManager.m in the source list. I believe that'll be all you'll need to do, but I could be wrong.
Thanks a lot. Can I comment out all dispatch_release(); ?