CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | Custom |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
SimpleAudioPlayer is a simple wrapper for AVAudioPlayer
To use it, make:
[SimpleAudioPlayer playFile:@"filename.mp3"];
or
[SimpleAudioPlayer playFile:@"filename.mp3" withCompletionBlock:^(BOOL finished) {
NSLog(@"Finished playing");
}];