We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7956483 + faf57e6 commit cbb7b47Copy full SHA for cbb7b47
1 file changed
InfiniteCollectionView/InfiniteCollectionView.swift
@@ -31,7 +31,7 @@ public class InfiniteCollectionView: UICollectionView {
31
super.init(coder: aDecoder)
32
configure()
33
}
34
- override init(frame: CGRect, collectionViewLayout layout: UICollectionViewLayout) {
+ override public init(frame: CGRect, collectionViewLayout layout: UICollectionViewLayout) {
35
super.init(frame: frame, collectionViewLayout: layout)
36
37
0 commit comments