let layout = KTCenterFlowLayout()
layout.minimumInteritemSpacing = 10.0
layout.minimumLineSpacing = 10.0
UICollectionViewController(collectionViewLayout: layout)
I added ^ in view did load where my collection view data is set, but nothing is changing, can you tell me what I am missing?
let layout = KTCenterFlowLayout()
layout.minimumInteritemSpacing = 10.0
layout.minimumLineSpacing = 10.0
UICollectionViewController(collectionViewLayout: layout)
I added ^ in view did load where my collection view data is set, but nothing is changing, can you tell me what I am missing?