Skip to content

Commit

Permalink
Merge pull request #87 from IvoPintodaSilva/ModalFullscreen
Browse files Browse the repository at this point in the history
When gallery is rotated, the overlay view does not fill the whole screen
  • Loading branch information
zfoltin authored Nov 15, 2016
2 parents 7835337 + bb68c35 commit 3bd1f83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ImageViewer/Source/GalleryViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ open class GalleryViewController: UIPageViewController, ItemControllerDelegate {
configureCloseButton()
configureThumbnailsButton()
configureScrubber()

self.view.clipsToBounds = false
}

open override func viewDidAppear(_ animated: Bool) {
Expand Down

0 comments on commit 3bd1f83

Please sign in to comment.