SkeletonCollectionView

open class SkeletonCollectionView : SkeletonLayout, UICollectionViewDataSource, UICollectionViewDelegate, UICollectionViewDelegateFlowLayout

骨架屏集合视图,可生成集合骨架屏

  • 集合视图,默认不可滚动

    Declaration

    Swift

    open lazy var collectionView: UICollectionView { get set }
  • 集合视图代理,快速生成集合

    Declaration

    Swift

    open lazy var collectionDelegate: CollectionViewDelegate { get set }
  • Undocumented

    Declaration

    Swift

    public init(collectionViewLayout: UICollectionViewLayout)
  • Declaration

    Swift

    public override init(layoutView: UIView?)
  • Undocumented

    Declaration

    Swift

    public override init(frame: CGRect)
  • Undocumented

    Declaration

    Swift

    required public init?(coder: NSCoder)
  • Undocumented

    Declaration

    Swift

    open override func layoutSubviews()

UICollectionView