TNKit is a general framework that contains different things
A property view acting like the one that pops up when you double click on a meeting in iCal
A pretty cool ready to use datasource with filtering support for CPTableView
A CPStepper with a textfield Note : CPStepper should be included in Capp soon. If still not, you can find the patch here
A simple wrapper of CPAlert to make alert quickly and not having to deal with delegates
To build TNKit you can type
# jake debug ; jake release
Simply include the TNKit framework in your Frameworks directory and include TNKit.j
@import <TNKit/TNKit.j>
You can see a demo application here: Demo
To generate the documentation execute the following :
# jake docs
You can reach us at irc://irc.freenode.net/#archipel