Fix argument key in comment
This commit is contained in:
parent
e6090fff58
commit
665d9c7fbc
|
|
@ -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)
|
||||
}
|
||||
....
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue