2008 10 15JSCocoa documentation
I've added some documentation on JSCocoa's Google Home. This will be of use if you want to meddle with it, and a reminder for me :)
Internals
- How JSCocoa works
- Sample Bridge Evaluation shows how a Javascript expression calls ObjC
- Internals describes JSCocoa classes
Writing ObjC classes in Javascript
- Javascript ObjC classes
- Method encoding explains why you need to declare 'void', 'id', 'id' for your ObjC methods