MicroButton
一款简单的语音麦克风动画(ps:今天给一个群友写的顺便上传了,后续会慢慢上传一些觉得好玩的小控件)
屏幕截图
使用
MicroButton *bt = [[MicroButton alloc] initMicroButtonWithFrame:CGRectMake(CGRectGetWidth(self.view.frame)/2.f-94, 100, 188, 188) callBack:^(BOOL startRecord) {
if (startRecord) {//开始录音
NSLog(@"<<<<<<<<<<<<< 开始录音 >>>>>>>>>>>>");
}else{//结束录音
NSLog(@"<<<<<<<<<<<<< 结束录音 >>>>>>>>>>>>");
}
}];
安装
MicroButton 可以通过 CocoaPods 获取。要安装它,只需将以下行添加到您的 Podfile 中
pod 'MicroButton'
联系
如果发现错误,请通过 pull request 联系我