FWTagCollectionViewDelegate
@protocol FWTagCollectionViewDelegate <NSObject>
Tags delegate
-
Undocumented
Declaration
Objective-C
- (CGSize)tagCollectionView:(FWTagCollectionView *)tagCollectionView sizeForTagAtIndex:(NSUInteger)index;
-
Undocumented
Declaration
Objective-C
- (BOOL)tagCollectionView:(FWTagCollectionView *)tagCollectionView shouldSelectTag:(UIView *)tagView atIndex:(NSUInteger)index;
-
Undocumented
Declaration
Objective-C
- (void)tagCollectionView:(FWTagCollectionView *)tagCollectionView didSelectTag:(UIView *)tagView atIndex:(NSUInteger)index;
-
Undocumented
Declaration
Objective-C
- (void)tagCollectionView:(FWTagCollectionView *)tagCollectionView updateContentSize:(CGSize)contentSize;