IOS Ripple Progress (waveprogress) animation implementation _ios

Source: Internet
Author: User

Lxwaveprogress
A Simple Wave Components

A simple wave progress animation, highly customizable. See Demo for concrete effect.

How to use

 Lxwaveprogressview *progressview1 = [[Lxwaveprogressview alloc] Initwithframe:cgrectmake (0, 0, MB)];
 Progressview1.center=cgpointmake (Cgrectgetmidx (self.view.bounds), 270);
 progressview1.progress = 0.5;
 Progressview1.waveheight = ten;
 Progressview1.speed = 1.0;
 Progressview1.isshowsinglewave=yes;
 Progressview1.firstwavecolor = [Uicolor colorwithred:134/255.0 green:116/255.0 blue:210/255.0 alpha:1];
 Progressview1.secondwavecolor = [Uicolor colorwithred:134/255.0 green:116/255.0 blue:210/255.0 alpha:0.5];
 [Self.view Addsubview:progressview1];

Specific implementation of the results please view demo, the demand is not the same please change, do not make a stretch of the party, thank you.

Demo Address

Original link: HTTP://WWW.JIANSHU.COM/P/0327EA46D1BC
Copyright belongs to the author, reproduced please contact the author to obtain authorization, and labeled "Jane book author."

The above is the iOS tattoo Progress (waveprogress) animation to achieve the data collation, follow-up continue to supplement the relevant information, thank you for your support!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.