A concise water wave animation process view.
- Xcode 6 or higher
- iOS 7.0 or higher
- ARC
All you need to do is drop HcdProcessView
files into your project, and add #include "HcdProcessView.h"
to the top of classes that will use it.
pod 'HcdProcessView'
HcdProcessView *customView = [[HcdProcessView alloc] initWithFrame:
CGRectMake(self.view.frame.size.width * 0.1, 70,
self.view.frame.size.width * 0.8,
self.view.frame.size.width * 0.8)];
customView.percent = 0.6;
customView.showBgLineView = YES;
[self.view addSubview:customView];
If you have some suggest please post me an issue.
MIT License.