CKCollectionViewDataSource() Category Reference
| Declared in | CKCollectionViewDataSourceInternal.h |
|---|
componentDataSource
The underlying CKDataSource that CKCollectionViewDataSource is holding. @see CKDataSource
A new instance of componentDataSource will be created if a new state is set to CKCollectionViewDataSource.
@property (nonatomic, readonly, strong) CKDataSource *componentDataSourceDeclared In
CKCollectionViewDataSourceInternal.h
– setAllowTapPassthroughForCells:
Allow tap passthrough root view of collection view cells.
- (void)setAllowTapPassthroughForCells:(BOOL)allowTapPassthroughForCellsDeclared In
CKCollectionViewDataSourceInternal.h
– setState:
Set a new CKDataSourceState and reload data of the underlying collection view.
A new instance of componentDataSource will be created.
- (void)setState:(CKDataSourceState *)stateDeclared In
CKCollectionViewDataSourceInternal.h
– currentState
Access the current state. Main thread affined
- (CKDataSourceState *)currentStateDeclared In
CKCollectionViewDataSourceInternal.h