CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| 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.