Created
November 26, 2018 12:20
-
-
Save Oni-zerone/a4e380bf6b6725648023c17d968675af to your computer and use it in GitHub Desktop.
Revisions
-
Oni-zerone created this gist
Nov 26, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ class ColorCollectionViewCell: UICollectionViewCell { struct Descriptor: ItemViewDescriptor, GridDescriptor { let reuseIdentifier: String = String(describing: ColorCollectionViewCell.self) let ratio: ViewRatio = ViewRatio(multiplier: 1.6, constant: 0.0) } }