MWPhotoBrowser
MWPhotoBrowser copied to clipboard
Added basic video support for GridViewController
Added basic video support for MWPhotoBrowser.
At this point video support is only added for the GridViewController
Thanks for this. Needed to add the following to get audio to come out of device speakers:
[[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryPlayAndRecord withOptions:AVAudioSessionCategoryOptionDefaultToSpeaker error: nil];