SpinningDiskView 0.0.1

SpinningDiskView 0.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



How to use

Create SpinningDiskView programmatically or assign SpinningDiskView as your View's custom class.

SpinningDiskView *spinningDiskView =[[SpinningDiskView alloc] initWithFrame:CGRectMake(artWorkX, 0.0, leftSize, leftSize)];
[spinningDiskView setImage:image];

That's it.

Control the rotation

- (void)setRotaion:(BOOL)isRotation;
- (void)toggleRotation;
- (void)startRotation;
- (void)stopRotation;

Pick one that suits your requirements.

WTFPL LICENSE