mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-26 05:27:03 +00:00
Before that, IB views were reusable only if the delegate method was not implemented. If you create a view in code, you still need to make it reusable by calling -setIdentifier: Woow ... now viewBasedCib loads the views x3 times faster.
Requires objj be installed, as well as ojunit, located at http://github.com/cappuccino/ojunit
Run individual tests using a command similar to the following:
objj ojunit/OJTestRunnerText.j cappuccino/Tests/Foundation/CPDateTest.j