Nadine Salter
764650fb94
_ASTableViewProxy & _ASCollectionViewProxy fixes.
...
These weren't correctly handling teardown: nilling the `asyncDelegate`
created a new selector-forwarding NSProxy that crashed and burned
because there was nowhere to forward to. Nil everything correctly.
Tentatively fixes #121 .
2014-12-04 16:29:57 -08:00
Huy Nguyen
230520fe7e
Support custom working-range logic.
2014-11-25 12:31:20 +02:00
Huy Nguyen
a3bc21f29f
Make constrained size for nodes adapt to ASCollectionView's scrolling direction.
2014-11-12 21:27:25 +02:00
Huy Nguyen
c42d41fb4c
Provide ASCollectionView::calculatedSizeForNodeAtIndexPath:, to be used in custom UICollectionViewLayouts.
2014-11-12 21:27:25 +02:00
Huy Nguyen
3642d5773a
Fix ASCollectionView::rangeControllerVisibleNodeIndexPaths: to return a sorted array.
2014-11-12 21:27:04 +02:00
Huy Nguyen
1df67c42b9
Implement ASCollectionView. Horizontal scrolling is not supported yet.
2014-11-12 21:25:56 +02:00
Huy Nguyen
8e0c49a909
Define ASCollectionView interface, ASCollectionViewDataSource and ASCollectionViewDelegate protocols.
2014-11-10 22:56:21 +02:00