Skip to content

Instantly share code, notes, and snippets.

View rlester's full-sized avatar
🦅

Rob Lester rlester

🦅
View GitHub Profile
@rlester
rlester / DSSCollectionViewFlowLayout.swift
Created May 2, 2018 18:43
DSSCollectionViewFlowLayout - A UICollectionViewFlow that will equally space UICollectionView Cells
//
// DSSCollectionViewFlowLayout.swift
//
// Created by Gary L. Wade on 9/5/16. Adapted by Rob Lester on 5/2/18.
// Copyright © 2018 Gary L. Wade. All rights reserved.
// Original: https://medium.com/@garywade/equally-spacing-uicollectionview-cells-6d74401f8f56
//
// Tested On: Xcode 9.3 / Swift 4.1
//