CollectionViewSectionConfig
open class CollectionViewSectionConfig : NSObject通用布局section配置类
- 
                  
                  自定义section背景色,默认nil DeclarationSwift open var backgroundColor: UIColor?
- 
                  
                  自定义section句柄,可用于处理边框、圆角、阴影等其他效果 DeclarationSwift open var customBlock: ((UICollectionReusableView) -> Void)?
 View on GitHub
View on GitHub