PSAlignmentLayout* layout = [[PSAlignmentLayout alloc] init];
// If not set this property or set it to `YES`, it will create a word wrap collection.
[layout setAutoWordWrap:NO];
CGRect frame = CGRectMake(0, 0, 320, 300);
UICollectionView* collectionView = [[UICollectionView alloc] initWithFrame:frame collectionViewLayout:layout];
...
-
Notifications
You must be signed in to change notification settings - Fork 0
A subclass of UICollectionViewFlowLayout that layout UICollectionViewCell as floating layout
License
PatShen/PSAlignmentLayout
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A subclass of UICollectionViewFlowLayout that layout UICollectionViewCell as floating layout
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published