diff --git a/RxCocoa/Common/DelegateProxyType.swift b/RxCocoa/Common/DelegateProxyType.swift index 0bc0bb04..485b9e35 100644 --- a/RxCocoa/Common/DelegateProxyType.swift +++ b/RxCocoa/Common/DelegateProxyType.swift @@ -70,7 +70,7 @@ In case of UITableView / UIScrollView, there is extension UIScrollView { public func rx_createDelegateProxy() -> RxScrollViewDelegateProxy { - return RxScrollViewDelegateProxy(view: self) + return RxScrollViewDelegateProxy(parentObject: self) } ....