Skip to content

Commit

Permalink
Fix for cell spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
3ph committed May 22, 2019
1 parent 3acf84d commit f3bb07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CollectionPickerView/Classes/CollectionPickerView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,6 @@ extension CollectionPickerView: UICollectionViewDelegateFlowLayout {
}

public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
return 0
return cellSpacing
}
}

0 comments on commit f3bb07c

Please sign in to comment.