Class | Description | |
---|---|---|
C1CollectionViewFlowLayout | UIKit.UICollectionView layout which shows an UIKit.UIActivityIndicatorView as a decorator in the bottom of the list to indicate more items are being loaded. | |
C1CollectionViewSource<T> | This class is the bridge between UIKit.UICollectionView and C1.DataCollection.C1DataCollection<T>. Using this class you'll get built-in sort, filter, grouping, refresh and load-on-demand features. | |
C1TableViewSource<T> | This class is the bridge between UIKit.UITableView and C1.DataCollection.C1DataCollection<T>. Using this class you'll get built-in sort, filter, grouping, refresh and load-on-demand features. |