Skip to content

sunsunsunJunn/SJWaterWave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SJWaterWave

一个圆形水波浪效果 image

创建显示并且一些属性

SJWaterWaveView * waveView = [[SJWaterWaveView alloc] initWithFrame:CGRectMake(100, 100, 100, 100)];
waveView.progress = 0.6;
waveView.waveMoveSpeed = 0.1;
waveView.waveAmplitude = 7;
waveView.firstWaveColor = [UIColor grayColor];
waveView.secondWaveColor = [UIColor lightGrayColor];
waveView.backgroundColor = [UIColor blackColor];
[self.view addSubview:waveView];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published