All Projects → KittenYang → KYVoiceCurve

KittenYang / KYVoiceCurve

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

Programming Languages

objective c
16641 projects - #2 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].