2
This commit is contained in:
@@ -13,8 +13,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
/// 是否处于编辑态(显示左上角选择圆点)
|
||||
@property (nonatomic, assign, getter=isEditing) BOOL editing;
|
||||
|
||||
/// 配置显示内容(演示仅传标题与占位图)
|
||||
- (void)configWithTitle:(NSString *)title image:(nullable UIImage *)image;
|
||||
/// 配置显示内容(标题 + 远程预览图)
|
||||
- (void)configWithTitle:(NSString *)title imageURL:(nullable NSString *)imageURL;
|
||||
|
||||
/// 根据选中状态刷新打勾样式(供外部在 select/deselect 时调用)
|
||||
- (void)updateSelected:(BOOL)selected;
|
||||
@@ -22,4 +22,3 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
|
||||
Reference in New Issue
Block a user