Skip to content

设置backgroundColor不起作用,可以在GXBanner中加上下面的方法 #1

@HouWan

Description

@HouWan
override var backgroundColor: UIColor? {
    didSet {
        collectionView.backgroundColor = backgroundColor
    }
}

最好在UICollectionView初始化的时候,给个默认背景色,这样不会是黑色:

self.collectionView.backgroundColor = .white

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions