mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-15 15:11:28 +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.