brightec / CustomCollectionViewLayout

Custom layout for a collection view using horizontal and vertical scrolling with sticky rows and columns
MIT License
519 stars 123 forks source link

Updated to Swift 3 #15

Closed agoettler closed 6 years ago

agoettler commented 7 years ago

Class CustomCollectionViewLayout updated to Swift 3.

Converted usages of NSMutableArray objects to native Swift arrays.

Converted usages of NSIndexPath objects IndexPath objects.


This change is Reviewable