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