I have a UICollectionView which shows photos. I have created the collectionview using UICollectionViewFlowLayout. It works good but I would like to have spacing on margins. Is it possible to do that using UICollectionViewFlowLayout or must I implement my own UICollectionViewLayout?
I have a UICollectionView which shows photos. I have created the collectionview using UICollectionViewFlowLayout
Share
You can use the
collectionView:layout:insetForSectionAtIndex:method for yourUICollectionViewor set thesectionInsetproperty of theUICollectionViewFlowLayoutobject attached to yourUICollectionView:or
Updated for Swift 5