Skip to content

Commit

Permalink
- Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Amefuri committed May 15, 2018
1 parent b5f183d commit d192cd0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Source/ViewableController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ class ViewableController: UIViewController {

self.zoomingScrollView.addSubview(self.imageView)
self.view.addSubview(self.zoomingScrollView)
self.view.addSubview(imageLoadingIndicator)

self.view.addSubview(self.videoView)

Expand All @@ -196,10 +197,6 @@ class ViewableController: UIViewController {

tapRecognizer.require(toFail: doubleTapRecognizer)
}

// ==========================================================

self.view.addSubview(imageLoadingIndicator)
}

// In iOS 10 going into landscape provides a very strange animation. Basically you'll see the other
Expand Down

0 comments on commit d192cd0

Please sign in to comment.