FWCollectionViewSectionConfig


@interface FWCollectionViewSectionConfig : NSObject

通用布局section配置类

  • 自定义section背景色,默认nil

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) UIColor *backgroundColor;
  • 自定义section句柄,可用于处理边框、圆角、阴影等其他效果

    Declaration

    Objective-C

    @property (nonatomic, copy, nullable) void (^) (UICollectionReusableView *_Nonnull __strong) customBlock;