Skip to content

Commit

Permalink
Implement iOS fixes from PR apache#46
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelsjolin committed Feb 1, 2017
1 parent dad936d commit 556090a
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 122 deletions.
4 changes: 2 additions & 2 deletions src/ios/CDVCapture.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ typedef NSUInteger CDVCaptureError;
- (void)imagePickerController:(UIImagePickerController*)picker didFinishPickingMediaWithInfo:(NSDictionary*)info;
- (void)imagePickerController:(UIImagePickerController*)picker didFinishPickingImage:(UIImage*)image editingInfo:(NSDictionary*)editingInfo;
- (void)imagePickerControllerDidCancel:(UIImagePickerController*)picker;

- (UIImage*)imageByScalingNotCroppingForSize:(UIImage*)sourceImage targetSize:(CGSize)targetSize;
@end

@interface CDVAudioNavigationController : UINavigationController
Expand Down Expand Up @@ -115,4 +115,4 @@ typedef NSUInteger CDVCaptureError;
- (void)dismissAudioView:(id)sender;
- (NSString*)formatTime:(int)interval;
- (void)updateTime;
@end
@end
Loading

0 comments on commit 556090a

Please sign in to comment.