QMUIAlbumTableViewCell
@interface QMUIAlbumTableViewCell : QMUITableViewCell
@property(nonatomic, assign) CGFloat albumImageSize UI_APPEARANCE_SELECTOR; // 相册缩略图的大小
@property(nonatomic, assign) CGFloat albumImageMarginLeft UI_APPEARANCE_SELECTOR; // 相册缩略图的 left,-1 表示自动保持与上下 margin 相等
@property(nonatomic, assign) UIEdgeInsets albumNameInsets UI_APPEARANCE_SELECTOR; // 相册名称的上下左右间距
@property(nullable, nonatomic, strong) UIFont *albumNameFont UI_APPEARANCE_SELECTOR; // 相册名的字体
@property(nullable, nonatomic, strong) UIColor *albumNameColor UI_APPEARANCE_SELECTOR; // 相册名的颜色
@property(nullable, nonatomic, strong) UIFont *albumAssetsNumberFont UI_APPEARANCE_SELECTOR; // 相册资源数量的字体
@property(nullable, nonatomic, strong) UIColor *albumAssetsNumberColor UI_APPEARANCE_SELECTOR; // 相册资源数量的颜色
@end
Undocumented
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) CGFloat albumImageSize
Swift
var albumImageSize: CGFloat { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) CGFloat albumImageMarginLeft
Swift
var albumImageMarginLeft: CGFloat { get set }
-
Undocumented
Declaration
Objective-C
@property(nonatomic, assign) UIEdgeInsets albumNameInsets
Swift
var albumNameInsets: UIEdgeInsets { get set }
-
Undocumented
Declaration
Objective-C
@property(nullable, nonatomic, strong) UIFont *albumNameFont
Swift
var albumNameFont: UIFont? { get set }
-
Undocumented
Declaration
Objective-C
@property(nullable, nonatomic, strong) UIColor *albumNameColor
Swift
var albumNameColor: UIColor? { get set }
-
Undocumented
Declaration
Objective-C
@property(nullable, nonatomic, strong) UIFont *albumAssetsNumberFont
Swift
var albumAssetsNumberFont: UIFont? { get set }
-
Undocumented
Declaration
Objective-C
@property(nullable, nonatomic, strong) UIColor *albumAssetsNumberColor
Swift
var albumAssetsNumberColor: UIColor? { get set }