Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Boost your App Dev using Sketch

Boost your App Dev using Sketch

Talked at Mobile Act NAGOYA #9
https://mobileact.connpass.com/event/77509/

griffin-stewie

February 16, 2018
Tweet

More Decks by griffin-stewie

Other Decks in Technology

Transcript

  1. Trigger • To make efficient collaboration between Engineers and Designers.

    • Less mistakes (human errors) • To systemize
  2. Code • CocoaScript • Looks like a JavaScript, but you

    can call Cocoa’s API • You can use Obj-C style 
 `[[NSArray alloc] init]`
  3. Framework • You can use your Framework • You can

    write most part of plugin useing Obj- C • Use CocoaScript to load your framework as entry point • I don’t recommend Swift, suite Dynamic Lang
  4. Recommends • “skpm” helps us to scaffold contents • Sketch

    gives us `Run Script…` feature, it is like a PlayGround
  5. Easy to do • Simply run from Menu • Without

    Input UI • Just write manifest.json • Supported by Public API • Easily imagine how it work on https:// github.com/abynim/Sketch-Headers
  6. What I learned • Can’t read references without how to

    use Sketch • Common pattern • Easy to develop plugins if I could imagine how it works
  7. Links • Sketch Developer — Extending Sketch • http://developer.sketchapp.com/ •

    Sketch Developers • A discussion area for developers working with the Sketch Platform • http://sketchplugins.com/