adamwulf / JotUI

OpenGL based drawing view built for and used by Loose Leaf for iPad
http://getlooseleaf.com/opensource/
MIT License
268 stars 28 forks source link

Integrating JotUI framework to my project ? #34

Open sriteja25 opened 6 years ago

sriteja25 commented 6 years ago

Hello, may be a very noob question but I don't find from where I can download JotUi.framework and integrate it into my application ?

Can someone please give a little detail explanation of how this can be done in my Xcode workspace. All the other libraries are integrated using Cocoapods.

adamwulf commented 6 years ago

Check out the Adding JotUI to Your Project section of the Readme. Unfortunately there's no cocoapods options for JotUI. I don't know enough about cocoapods to know how to integrate it.

sriteja25 commented 6 years ago

I am unable to find JotUI.framework resource where I can exclusively download it from ?Can you help me on this with a link ?

adamwulf commented 6 years ago

The only way to get a built JotUI.framework is to open the JotUI Xcode project and build it yourself. Then copy the JotUI.framework from the Products directory and use that.

sriteja25 commented 6 years ago

Oh Alright, I will give it a try, thanks for quick response, appreciate it.

PrinzTu commented 5 years ago

It's really a pain to try to import the project.

For me, also the Example Project ist not working. An ARC Error occurs on compilation.

No visible @interface for 'Pen' declares the selector 'willAddElements:toStroke:fromPreviousElement:'

PrinzTu commented 5 years ago

It would be so great, if there were a cocoa pod to integrate it.