Skip to content

Commit

Permalink
clear
Browse files Browse the repository at this point in the history
  • Loading branch information
nixzhu committed Jun 22, 2016
1 parent 9d4e2b4 commit 976e792
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions YepPreview/PhotosViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ public class PhotosViewController: UIViewController {
self.transitioningDelegate = transitionController
self.modalPresentationCapturesStatusBarAppearance = true

//overlayView...

print("initialPhoto.imageType.image: \(initialPhoto.imageType.image)")

let initialPhotoViewController: PhotoViewController
if dataSource.containsPhoto(initialPhoto) {
initialPhotoViewController = newPhotoViewControllerForPhoto(initialPhoto)
Expand Down Expand Up @@ -148,12 +144,8 @@ public class PhotosViewController: UIViewController {

let photoViewController = PhotoViewController(photo: photo)

//photoViewController.delegate = self

singleTapGestureRecognizer.requireGestureRecognizerToFail(photoViewController.doubleTapGestureRecognizer)

// ...

return photoViewController
}

Expand Down

0 comments on commit 976e792

Please sign in to comment.