base controllers
This commit is contained in:
-4
@@ -24,10 +24,6 @@ import UIKit.UICollectionView
|
||||
|
||||
extension UICollectionView: PaginationWrappable {
|
||||
|
||||
public var scrollView: UIScrollView {
|
||||
return self
|
||||
}
|
||||
|
||||
public var footerView: UIView? {
|
||||
get {
|
||||
return nil
|
||||
|
||||
-4
@@ -24,10 +24,6 @@ import UIKit.UITableView
|
||||
|
||||
extension UITableView: PaginationWrappable {
|
||||
|
||||
public var scrollView: UIScrollView {
|
||||
return self
|
||||
}
|
||||
|
||||
public var footerView: UIView? {
|
||||
get {
|
||||
return tableFooterView
|
||||
|
||||
Reference in New Issue
Block a user