@@ -129,6 +129,9 @@
self.controller.panoramOrientationGuideView.hidden = NO;
self.controller.isVideoStitchStopedWhenRecording = YES;
+ UIImage* img = self.isRecording ? [UIImage loadNamed:@"btn-stop-recording"] : [UIImage loadNamed:@"take-photo-btn"];
+ [self.controller.takePhotoButton setImage:img forState:UIControlStateNormal];
+
dispatch_source_cancel(self.stitchTimer);
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(.1 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{