UICollectionView rx_contentOffset and UICollectionViewDelegateFlowLayout #99
This commit is contained in:
parent
a9a8c17045
commit
7e285dd558
|
|
@ -14,6 +14,6 @@ import RxSwift
|
|||
|
||||
// Please take a look at `DelegateProxyType.swift`
|
||||
class RxCollectionViewDelegateProxy : RxScrollViewDelegateProxy
|
||||
, UICollectionViewDelegate {
|
||||
, UICollectionViewDelegate, UICollectionViewDelegateFlowLayout {
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue