FWBannerViewCell
@interface FWBannerViewCell : UICollectionViewCell
@property (nonatomic, weak, nullable) UIImageView *imageView;
@property (nonatomic, copy, nullable) NSString *title;
@property (nonatomic, strong, nullable) UIColor *titleLabelTextColor;
@property (nonatomic, strong, nullable) UIFont *titleLabelTextFont;
@property (nonatomic, strong, nullable) UIColor *titleLabelBackgroundColor;
@property (nonatomic, assign) CGFloat titleLabelHeight;
@property (nonatomic, assign) NSTextAlignment titleLabelTextAlignment;
@property (nonatomic, assign) UIEdgeInsets contentViewInset;
@property (nonatomic, assign) CGFloat contentViewCornerRadius;
@property (nonatomic, assign) BOOL hasConfigured;
/** 只展示文字轮播 */
@property (nonatomic, assign) BOOL onlyDisplayText;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
@property (nonatomic, weak, nullable) UIImageView *imageView -
Undocumented
Declaration
Objective-C
@property (nonatomic, copy, nullable) NSString *title -
Undocumented
Declaration
Objective-C
@property (nonatomic, strong, nullable) UIColor *titleLabelTextColor -
Undocumented
Declaration
Objective-C
@property (nonatomic, strong, nullable) UIFont *titleLabelTextFont -
Undocumented
Declaration
Objective-C
@property (nonatomic, strong, nullable) UIColor *titleLabelBackgroundColor -
Undocumented
Declaration
Objective-C
@property (nonatomic) CGFloat titleLabelHeight -
Undocumented
Declaration
Objective-C
@property (nonatomic) NSTextAlignment titleLabelTextAlignment -
Undocumented
Declaration
Objective-C
@property (nonatomic) UIEdgeInsets contentViewInset -
Undocumented
Declaration
Objective-C
@property (nonatomic) CGFloat contentViewCornerRadius -
Undocumented
Declaration
Objective-C
@property (nonatomic) BOOL hasConfigured -
只展示文字轮播
Declaration
Objective-C
@property (nonatomic) BOOL onlyDisplayText;
FWBannerViewCell Class Reference