Giter Club home page Giter Club logo

clockview's Introduction

ClockView

Description

  • 像太阳光一样散光的进度条,用UIBezierPath画的

Demo

Usage

初始化:设置frame,默认颜色、选中颜色、初始值、是否有动画

LightLoadingView *lightLoading1 = [[LightLoadingView alloc] initLightLoadingViewWithFrame:CGRectMake(10, 10, 150, 150) tintColor:[self colorWithRGBValue:0xC9E4DA] selectedColor:[self colorWithRGBValue:0x008C5E] value:0.2 animated:YES];

如果想一直循环转的话,就调用

[self.lightLoading1 infineLoop];

设置进度条的值,0-1之间

[self.lightLoading1 setProgressValue:0.8];

clockview's People

Contributors

yadea-web avatar

Stargazers

 avatar  avatar Zhang SIr avatar  avatar Xiaohai.lin avatar  avatar Mr.Q avatar  avatar  avatar song avatar willingseal avatar 赵一帆 avatar  avatar Telen avatar  avatar  avatar wuzheng avatar zml avatar

Watchers

James Cloos avatar  avatar

clockview's Issues

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.