Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 404 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 404 Bytes

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