Skip to content

Instantly share code, notes, and snippets.

View didats's full-sized avatar

Didats Triadi didats

View GitHub Profile
@alloy
alloy / gist:5460654
Last active July 18, 2020 22:02
UICollectionViewFlowLayout subclass to vertically align cells at the bottom edge.
@interface MTLibraryCollectionViewFlowLayout : UICollectionViewFlowLayout
@end