FWTagCollectionViewDataSource
@protocol FWTagCollectionViewDataSource <NSObject>
Tags dataSource
-
Undocumented
Declaration
Objective-C
- (NSUInteger)numberOfTagsInTagCollectionView:(FWTagCollectionView *)tagCollectionView; -
Undocumented
Declaration
Objective-C
- (UIView *)tagCollectionView:(FWTagCollectionView *)tagCollectionView tagViewForIndex:(NSUInteger)index;
FWTagCollectionViewDataSource Protocol Reference