Update comment to use new non-deprecated method

This commit is contained in:
Jesse Farless 2016-05-14 10:45:24 +02:00 committed by Krunoslav Zaher
parent fb97732d85
commit 3194efced8
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ extension DelegateProxyType {
extension UISearchBar {
public var rx_delegate: DelegateProxy {
return proxyForObject(RxSearchBarDelegateProxy.self, self)
return RxSearchBarDelegateProxy.proxyForObject(self)
}
public var rx_text: ControlProperty<String> {