Is there something like TableView in new UI widget system?

Is there something like TableView that can reuse cell when scrolling in the new UI system? (I can use UIListView but it seems load all cells!)

I have started porting UICollectionView based on great implementation of PSTCollectionView. It’s not finished yet, but display, cell reusing and flow layout already supported. You can check it on https://bitbucket.org/Shulepov/cccollectionview/src

I haven’t prepared it for release so it may contain some redundant code. And overall implementation seems quite big :smile: Also currently it depends on using CocoStudio.

You can check sample here:
https://drive.google.com/file/d/0B57I5HkCCoJ3OHZ6RVZjbG5GdXc/view?usp=sharing