ios的collection控件的自定义布局实现与设计

2020-01-21 02:46:27刘景俊

@interface WWCollectionCellView : NSView
// 当前cell被选中
@property (nonatomic, assign) BOOL selected;
// 数据
@property (nonatomic, retain) id dataValue;
// 使用前重置展示效果
(void)reset;
@end


注:相关教程知识阅读请移步到IOS开发频道。