FSSyncSpinner 0.0.1

FSSyncSpinner 0.0.1

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布最后发布2015年3月

Wenchao Ding 维护。



  • Wenchao Ding

fssyncspinner

该项目基于 Michael Villar 的出色 Motion Experiments 文章 - 同步/成功图标

安装

  • cocoapods: pod FSSyncSpinner
  • 手动: 将 FSSyncSpinner.h 和 FSSyncSpinner.m 拖入您的项目中
#import "FSSyncSpinner.h"

使用

只有三个方法

// to start the animating
- (void)startAnimating;

// to perform a finish
- (void)finish;

// whether perform an alpha animation to hide while finished
@property (assign, nonatomic) BOOL hidesWhenFinished;

要求

iOS 7.0

作者

Wenchao Ding => [email protected]

许可证

FSSyncSpinner 在 MIT 许可证下可用。有关更多信息,请参阅 LICENSE 文件。

支持我

  • 只需给我一颗星
  • 给我提出尽可能多的问题