MochaJSDelegate icon indicating copy to clipboard operation
MochaJSDelegate copied to clipboard

MochaJSDelegate is an easy way for scripts written in Mocha CocoaScript (https://github.com/logancollins/Mocha) to create delegates for use with native AppKit/UIKit classes.

Results 2 MochaJSDelegate issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to use NSTableView in sketch plugin, but can't to set row count in NSTableViewDataSource using MochaJSDelegate. How to use it in NSTableViewDataSource? Thanks

I've created a WebView which responds to a URL change event. The crash happens most often when calling a delegate multiple times very quickly, but have been able to reproduce...

bug