From ad73da3c83d02aedbda50c9aee85d4bad361f8fd Mon Sep 17 00:00:00 2001 From: Ricardo Nunez Date: Fri, 24 Feb 2017 05:30:05 -0800 Subject: [PATCH] Fixes typo --- Sources/Classes/PDFViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Classes/PDFViewController.swift b/Sources/Classes/PDFViewController.swift index 59c0d47..725b399 100755 --- a/Sources/Classes/PDFViewController.swift +++ b/Sources/Classes/PDFViewController.swift @@ -231,7 +231,7 @@ extension PDFViewController: UICollectionViewDataSource { extension PDFViewController: PDFPageCollectionViewCellDelegate { /// Toggles the hiding/showing of the thumbnail controller /// - /// - parameter shouldHide: whether or not the controller show hide + /// - parameter shouldHide: whether or not the controller should hide the thumbnail controller private func hideThumbnailController(_ shouldHide: Bool) { self.thumbnailCollectionControllerBottom.constant = shouldHide ? -thumbnailCollectionControllerHeight.constant : 0 }