Skip to content

Commit

Permalink
Update CubicCollectionViewController.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
andrespch authored Jan 10, 2017
1 parent 8222dd6 commit 8184980
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ open class CubicCollectionViewController: UIViewController, UICollectionViewData
private func configureCollectionView() {
collectionView.delegate = self
collectionView.dataSource = self
collectionView.isPagingEnabled = true
let flowLayout = UICollectionViewFlowLayout()
flowLayout.minimumLineSpacing = 0
flowLayout.minimumInteritemSpacing = 0
Expand Down

0 comments on commit 8184980

Please sign in to comment.