FWTagCollectionView
@interface FWTagCollectionView : UIView
FWTagCollectionView
-
Undocumented
Declaration
Objective-C
@property (nonatomic, weak, nullable) id <FWTagCollectionViewDataSource> dataSource
-
Undocumented
Declaration
Objective-C
@property (nonatomic, weak, nullable) id <FWTagCollectionViewDelegate> delegate
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong, readonly) UIScrollView *scrollView
-
Undocumented
Declaration
Objective-C
@property (nonatomic) FWTagCollectionScrollDirection scrollDirection
-
Undocumented
Declaration
Objective-C
@property (nonatomic) FWTagCollectionAlignment alignment
-
Undocumented
Declaration
Objective-C
@property (nonatomic) NSUInteger numberOfLines
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) NSUInteger actualNumberOfLines
-
Undocumented
Declaration
Objective-C
@property (nonatomic) CGFloat horizontalSpacing
-
Undocumented
Declaration
Objective-C
@property (nonatomic) CGFloat verticalSpacing
-
Undocumented
Declaration
Objective-C
@property (nonatomic) UIEdgeInsets contentInset
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) CGSize contentSize
-
Undocumented
Declaration
Objective-C
@property (nonatomic) BOOL manualCalculateHeight
-
Undocumented
Declaration
Objective-C
@property (nonatomic) CGFloat preferredMaxLayoutWidth
-
Undocumented
Declaration
Objective-C
@property (nonatomic) BOOL showsHorizontalScrollIndicator
-
Undocumented
Declaration
Objective-C
@property (nonatomic) BOOL showsVerticalScrollIndicator
-
Undocumented
Declaration
Objective-C
@property (nonatomic, copy, nullable) void (^onTapBlankArea
-
Undocumented
Declaration
Objective-C
@property (nonatomic, copy, nullable) void (^onTapAllArea
-
Reload all tag cells
Declaration
Objective-C
- (void)reload;
-
Returns the index of the tag located at the specified point. If item at point is not found, returns NSNotFound.
Declaration
Objective-C
- (NSInteger)indexOfTagAt:(CGPoint)point;