mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-26 05:27:03 +00:00
Added : -makeViewWithIdentifier:owner: -rowForView: columnForView: less performant tahn cocoa because we cycle through all visible rows. But these methods are generally used once when editing manually. Added identifier property to CPView. retro and forward (in IB) compatible with the existing API. You can use IB table view based without the new API. Existing table views / Nib won't break. CPTableView view based example. Featuring: IB made data views, different views in the same column, subviews binding in IB When the view is found automatically in the cib, instantiate with _delegate as the owner (cocoa behavior).