Skip to content

xushixun16/TTCircularLoadingView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 6, 2018
7cbc513 · Mar 6, 2018

History

11 Commits
Mar 6, 2018
Mar 2, 2018
Mar 2, 2018
Mar 2, 2018
Mar 4, 2018
Mar 4, 2018

Repository files navigation

TTCircularLoadingView

A circular loading view, can set up success or fail state.
一个圆形的加载view,可以设置成功或失败的状态。

Wide and high optional Settings, circular loading view will automatically match.
宽高随意设置,圆形加载view会自动适配。

GIF视图

image

使用

1.代码使用:

CGRect yourRect;
TTLoadingView *loadingView = [[TTLoadingView alloc] initWithFrame:yourRect];
[self.view addSubview:loadingView];
[loadingView startLoading];

2.Xib使用:

拉个系统View,将该View的class配置成TTLoadingView即可。

About

A circular loading view, can set up success or fail state.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published