Featured
-
No Featured Found!
Tags
Record a sound in iOS
To record the sound in ios we can use the code below:-
To record the sound first set the delegate of AVAudioRecorder in AudioRecorderViewController.h File like
#import "AudioRecorderViewController.h"
@interface AudioRecorderViewControl...