Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 654 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 654 Bytes

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.