PMAudioRecorderViewController 0.5

PMAudioRecorderViewController 0.5

TestsTested
LangLanguage Obj-CObjective C
License Custom
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



  • By
  • Pawel 'Kender' Maczewski

Drop-in class to record audio note in iOS application and get it back in the app.

Usage

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
    }
}];

Author

(C) Paweł Mączewski, [email protected], Twitter: http://twitter.com/pawelmaczewski.