|
|
@@ -8,7 +8,6 @@
|
|
|
|
|
|
#import "RATakePhotoPreviewController.h"
|
|
|
#import "const.h"
|
|
|
-#import "UIImage+fixOrientation.h"
|
|
|
|
|
|
@interface RATakePhotoPreviewController ()<UIScrollViewDelegate>
|
|
|
|
|
|
@@ -36,7 +35,6 @@
|
|
|
}
|
|
|
|
|
|
- (void)setPreImage:(UIImage *)preImage {
|
|
|
-// _preImage = [preImage fixOrientation];
|
|
|
_preImage = preImage;
|
|
|
}
|
|
|
|
|
|
@@ -50,9 +48,9 @@
|
|
|
}
|
|
|
|
|
|
- (IBAction)retakeBtnClick:(UIButton *)sender {
|
|
|
- if (self.photoHandler) {
|
|
|
- self.photoHandler(nil);
|
|
|
- }
|
|
|
+// if (self.photoHandler) {
|
|
|
+// self.photoHandler(nil);
|
|
|
+// }
|
|
|
[self.navigationController popViewControllerAnimated:YES];
|
|
|
}
|
|
|
|