Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Nunez committed Feb 24, 2017
1 parent 62a9cba commit ad73da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Classes/PDFViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit ad73da3

Please # to comment.