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
- Host: GitHub
- URL: https://github.com/kittenyang/kyvoicecurve
- Owner: KittenYang
- Created: 2015-04-05T15:26:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-08T16:27:24.000Z (about 10 years ago)
- Last Synced: 2025-03-20T13:32:21.063Z (2 months ago)
- Language: Objective-C
- Homepage:
- Size: 1.2 MB
- Stars: 57
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KYVoiceCurve
类似Apple Watch中语音的声音曲线动画
The animating voice curve like Apple Watch
##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