base controllers

This commit is contained in:
2018-07-02 20:03:26 +03:00
parent 3a8be1bc8c
commit 2cebfd7ffd
17 changed files with 498 additions and 20 deletions
@@ -24,10 +24,6 @@ import UIKit.UICollectionView
extension UICollectionView: PaginationWrappable {
public var scrollView: UIScrollView {
return self
}
public var footerView: UIView? {
get {
return nil
@@ -24,10 +24,6 @@ import UIKit.UITableView
extension UITableView: PaginationWrappable {
public var scrollView: UIScrollView {
return self
}
public var footerView: UIView? {
get {
return tableFooterView