Skip to content

Commit

Permalink
Allow to change properties like pagingEnabled directly
Browse files Browse the repository at this point in the history
  • Loading branch information
StuFF mc committed Feb 17, 2017
1 parent 726f283 commit 0affb11
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 @@ -57,7 +57,7 @@ public final class PDFViewController: UIViewController {
}

/// Collection veiw where all the pdf pages are rendered
@IBOutlet fileprivate var collectionView: UICollectionView!
@IBOutlet public var collectionView: UICollectionView!

/// Height of the thumbnail bar (used to hide/show)
@IBOutlet fileprivate var thumbnailCollectionControllerHeight: NSLayoutConstraint!
Expand Down

0 comments on commit 0affb11

Please # to comment.