[go: up one dir, main page]

Skip to content

ethanCun/ZYAnimatedLoader

Repository files navigation

ZYAnimatedLoader

使用方式

1.手动拉入AnimatedLoaders文件夹
2.cocoapods: pod 'ZYAnimatedLoader', '~> 0.0.4'

 ZYAnimator *animator = [[ZYAnimator alloc] initAnimateWithType:ZYAnimateTypeLineCenterY tintColor:[UIColor redColor]];
 animator.frame = CGRectMake(0, 0, 100, 100);
 [animator startAnimation];
 [self.view addSubview:animator];

效果图

ZYAnimateTypeLineX

ZYAnimateTypeLineX

ZYAnimateTypeLineY

ZYAnimateTypeLineY

ZYAnimateLineCenterY

ZYAnimateLineCenterY

ZYAnimateTypeCircleBreathe

ZYAnimateTypeCircleBreathe

ZYAnimateTypeCircleRipple

ZYAnimateTypeCircleRipple

ZYAnimateTypeCircleRotate

ZYAnimateTypeCircleRotate

ZYAnimateTypeDoubleDotRotate

ZYAnimateTypeDoubleDotRotate

ZYAnimateTypeDoubleDotScale

ZYAnimateTypeDoubleDotScale

ZYAnimateTypeNineDot

ZYAnimateTypeNineDot

ZYAnimateTypeNineSquare

ZYAnimateTypeNineSquare

ZYAnimateTypeThreeDotLine

ZYAnimateTypeThreeDotLine

ZYAnimateTypeThreeDotRotate

ZYAnimateTypeThreeDotRotate

ZYAnimateTypeWaveBall

ZYAnimateTypeWaveBall

ZYAnimatedTypeCirclePie

ZYAnimatedTypeCirclePie

ZYAnimatedTypeCircleDot

ZYAnimatedTypeCirclrDot

About

15种加载视图集 持续添加

Resources

License

Stars

Watchers

Forks

Packages

No packages published