Alua-Kinzhebayeva / iOS-PDF-Reader

PDF Reader for iOS written in Swift
MIT License
533 stars 150 forks source link

Disable Paging / Give public access to collectionView #39

Closed stuffmc closed 7 years ago

stuffmc commented 7 years ago

For that, in my opinion, the simplest solution is to give public access to the collectionView. We sure could create a property isPagingEnabled and keep the UICollectionView private, but I think this would be overkill.

ranunez commented 7 years ago

Thanks!