这是indexloc提供的服务,不要输入任何密码
Skip to content

summerxx27/XTActivityView

Repository files navigation

XTActivityView

使用

let xt = XTActivityView.init(frame: CGRectMake(10, 30, 40, 15))
// 个数
xt.numberOfRect = 4;
// 颜色
xt.rectBackgroundColor = UIColor.orangeColor()
// 间距
xt.space = 2;
xt.startAnimation()
xt.stopAnimation()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages