UICollectionView rx_contentOffset and UICollectionViewDelegateFlowLayout #99

This commit is contained in:
sshulga 2015-08-19 11:19:51 +03:00
parent a9a8c17045
commit 7e285dd558
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ import RxSwift
// Please take a look at `DelegateProxyType.swift`
class RxCollectionViewDelegateProxy : RxScrollViewDelegateProxy
, UICollectionViewDelegate {
, UICollectionViewDelegate, UICollectionViewDelegateFlowLayout {
}