Giter VIP home page Giter VIP logo

wclloadingview's Introduction

WCLLoadingView

##简介: WCLLoadingView,loading动画,供大家学习交流使用,已封装好也可以用到项目里面当loading动画

demo信息 详情
DemoName WCLLoadingView
author WCL
authorMail [email protected]
博客d讲解地址 http://blog.csdn.net/wang631106979/article/details/52473985

使用:

//使用默认颜色
WCLLoadingView.init(frame: CGRect.zero)
//根据线条的颜色初始化
let colorArr = [UIColor.init(rgba: "#9DD4E9") , UIColor.init(rgba: "#F5BD58"),  UIColor.init(rgba: "#FF317E") , UIColor.init(rgba: "#6FC9B5")]
WCLLoadingView.init(fram: CGRect.zero, colors: colorArr)

属性列表

//动画的总时间,修改这个来改变动画的速度
var duration:Double    = 2
//动画的间隔时间,循环动画的间隔时间
var interval:Double    = 1
//动画的状态
private(set) var status:AnimationStatus = .normal
enum AnimationStatus {
//普通状态
case normal
//动画中
case animating
//暂停
case pause
}

//MARK: Public Methods
/**
开始动画
*/
func startAnimation()

/**
暂停动画
*/
func pauseAnimation()}

/**
继续动画
*/
func resumeAnimation()

wclloadingview's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.