Skip to content

According to Dial degree to layout UICollectionViewCell, center point of cell is averge to dial degree.

Notifications You must be signed in to change notification settings

CyonLeu/FWCollectionDialLayout

Repository files navigation

FWCollectionViewDialLayout

According to Dial degree to layout UICollectionViewCell, center point of cell is averge to dial degree.

How to use DialLayout

override layout instance method:

- (UICollectionViewLayoutAttributes 	*)layoutAttributesForItemAtIndexPath:(NSIndexPath *)indexPath;

FWCollectionViewDialLayout *layout = [[FWCollectionViewDialLayout alloc] initWithDegree:120 cellSize:CGSizeMake(50, 50)];

[self.collectionView setCollectionViewLayout:layout];

Demo image effect :##

screenshot 1

image

screenshot 2

image

About

According to Dial degree to layout UICollectionViewCell, center point of cell is averge to dial degree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published