/KYVoiceCurve

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

Primary LanguageObjective-C

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