Adds UITextView extensions.
This commit is contained in:
parent
c13e5dc106
commit
cbc2d6803a
|
|
@ -213,6 +213,16 @@ extension UITextField {
|
|||
}
|
||||
```
|
||||
|
||||
```swift
|
||||
extension UITextView {
|
||||
|
||||
override func rx_createDelegateProxy() -> RxScrollViewDelegateProxy { }
|
||||
|
||||
public var rx_text: Observable<String> { }
|
||||
|
||||
}
|
||||
```
|
||||
|
||||
```swift
|
||||
extension UISearchBar {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue