Update comment to use new non-deprecated method
This commit is contained in:
parent
fb97732d85
commit
3194efced8
|
|
@ -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> {
|
||||
|
|
|
|||
Loading…
Reference in New Issue