MWPhotoBrowser icon indicating copy to clipboard operation
MWPhotoBrowser copied to clipboard

Added basic video support for GridViewController

Open pballada opened this issue 11 years ago • 1 comments

Added basic video support for MWPhotoBrowser.

At this point video support is only added for the GridViewController

pballada avatar Oct 01 '14 10:10 pballada

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

xmkaufman avatar Dec 13 '19 10:12 xmkaufman