An open API service indexing awesome lists of open source software.

https://github.com/kittenyang/kyvoicecurve

类似Apple Watch中语音的声音曲线动画。The animating voice curve like Apple Watch
https://github.com/kittenyang/kyvoicecurve

Last synced: 2 months ago
JSON representation

类似Apple Watch中语音的声音曲线动画。The animating voice curve like Apple Watch

Awesome Lists containing this project

README

        

# KYVoiceCurve
类似Apple Watch中语音的声音曲线动画
The animating voice curve like Apple Watch

![](voice_curve.gif)

##Usage

Firstly,
```
#import "VoiceCurveView.h"
```

Then,at the trigger method,like that:

```
VoiceCurveView *voiceCurveView = [[VoiceCurveView alloc]initWithFrame:self.view.frame superView:self.view];
[voiceCurveView present];
```

##License

MIT License