abynim/Sketch-Headers

Usage explanation

Opened this issue · 2 comments

Hi, what is the correct way to use the headers from an Xcode framework project? There always seem to be missing headers. Could you please elaborate on how to use this? Many thanks

The headers cannot be imported into an Xcode framework project, at least not to my knowledge. I have put them up here to use as reference when creating your own plugins. You could reference them to get some idea about what classes are available and what methods they expose. What each of those methods actually do is something to figure out through trial and error, until folks at Bohemian Coding provide some official documentation :)

bakso commented

How can I add a panel to the sketch window, custom ui