CRMediaPickerController
CRMediaPickerController copied to clipboard
An easy-to-use UIImagePickerController replacement for picking Images and Videos.
I set allowsEditing to YES, and the editing UI appears. However the asset in the delegate callback is the original size, but not the edited one. I downloaded the example...
Tasks done: [x] Renamed delegate methods not to be conflicting with constructor in swift [x] Updated all method checks and calls to be compatible [x] Updated example project accordingly [x]...
Using swift, when I add the delegate method `- (void)CRMediaPickerController:(CRMediaPickerController *)mediaPickerController didFinishPickingAsset:(ALAsset *)asset error:(NSError *)error;` to my view controller, the compiler seems cannot figure out `CRMediaPickerController`, as you can see...
renamed the methods so that they are compliant with Swift.