Skip to content

xjh093/JHSoundWaveView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JHSoundWaveView

sound wave view

  • 音波图,声波图

What

image

image


Usage

JHSoundWaveConfig *config = [[JHSoundWaveConfig alloc] init];
config.count = 26;
JHSoundWaveView *view = [[JHSoundWaveView alloc] initWithFrame:CGRectMake(100, 100, 10, 20) config:config];
[self.view addSubview:view];

Log

2019-08-30

  • add method:
    • startAnimation;
    • stopAnimation;

2019-04-22

  • add 'radius'.

2018-11-22

  • upload.