Swift 实现自定义 UICollectionView的 section 背景
自定义 section 背景
首先创建一个 section装饰背景注册类, 内部包含一个 UIImageView, 可作为自定义背景填充视图
class SectionBackgroundReusableView: UICollectionReusableView {
static let BACKGAROUND_CID = "BACKGAROUND_CID"
private