Remove an unused property.
This commit is contained in:
parent
0c776994db
commit
a7a57e2edd
|
|
@ -12,10 +12,6 @@ import UIKit
|
|||
|
||||
class FSPagerCollectionView: UICollectionView {
|
||||
|
||||
fileprivate var pagerView: FSPagerView? {
|
||||
return self.superview?.superview as? FSPagerView
|
||||
}
|
||||
|
||||
#if !os(tvOS)
|
||||
override var scrollsToTop: Bool {
|
||||
set {
|
||||
|
|
|
|||
Loading…
Reference in New Issue