KittenYang / KYVoiceCurve

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Objective-C 100.0%