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 }