KTCenterFlowLayout icon indicating copy to clipboard operation
KTCenterFlowLayout copied to clipboard

Help in using this with swift!!

Open kadanes opened this issue 7 years ago • 0 comments

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?

kadanes avatar Jan 12 '18 20:01 kadanes