mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-27 14:07:03 +00:00
Previously in CPTableTView, a view being edited was not cached when unloaded, for example when made invisible after scrolling or when calling -reloadData. This situation was causing a duplicated view to be added at the same place when the data view was loaded again. After this commit, edited data views are cached and resign their first responder status just before they are added to the queue because they can be reused at another place. Test: Added a "reload data" button in ViewBasedCib example.