FWImageAlbumTableCell


@interface FWImageAlbumTableCell : UITableViewCell

相册列表默认Cell

  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, assign) CGFloat albumImageSize
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, assign) CGFloat albumImageMarginLeft
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, assign) UIEdgeInsets albumNameInsets
  • Undocumented

    Declaration

    Objective-C

    @property(nullable, nonatomic, strong) UIFont *albumNameFont
  • Undocumented

    Declaration

    Objective-C

    @property(nullable, nonatomic, strong) UIColor *albumNameColor
  • Undocumented

    Declaration

    Objective-C

    @property(nullable, nonatomic, strong) UIFont *albumAssetsNumberFont
  • Undocumented

    Declaration

    Objective-C

    @property(nullable, nonatomic, strong) UIColor *albumAssetsNumberColor
  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, strong, nullable) UIColor *checkedMaskColor
  • 蒙层视图

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) UIView *_Nonnull maskView;
  • 当前是否选中

    Declaration

    Objective-C

    @property (nonatomic) BOOL checked;