This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
[ASTableView] Add Optional constrainedSizeForRowAtIndexPath: Data Source Method #1242
Labels
Milestone
This would correspond to the
ASCollectionDataSource
method- (ASSizeRange)collectionView:(ASCollectionView *)collectionView constrainedSizeForNodeAtIndexPath:(NSIndexPath *)indexPath;
The widths in the returned size range would be ignored. This would make it easy for the data source to specify min/max row heights.
-[ASTableView dataController:constrainedSizeForNodeAtIndexPath:]
, check that flag and consult the data source if possible otherwise use the current unconstrained values.I can tackle this in the next couple days but if someone else has bandwidth go for it!
The text was updated successfully, but these errors were encountered: