TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | Custom |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
Drop-in class to record audio note in iOS application and get it back in the app.
Instalation:
pod 'PMAudioRecorderViewController'
or drop the contents of AudioNoteRecorderViewController
directory in your XCode project.
In the code:
#import "AudioRecorderViewController"
...
[AudioNoteRecorderViewController showRecorderMasterViewController:self withFinishedBlock:^(BOOL wasRecordingTaken, NSURL *recordingURL) {
if (wasRecordingTaken) {
// do whatever you want with that URL to the .caf file
}
}];
(C) Paweł Mączewski, [email protected], Twitter: http://twitter.com/pawelmaczewski.