Adds UITextView extensions.

This commit is contained in:
Krunoslav Zaher 2015-07-21 22:12:24 +02:00
parent c13e5dc106
commit cbc2d6803a
1 changed files with 10 additions and 0 deletions

View File

@ -213,6 +213,16 @@ extension UITextField {
}
```
```swift
extension UITextView {
override func rx_createDelegateProxy() -> RxScrollViewDelegateProxy { }
public var rx_text: Observable<String> { }
}
```
```swift
extension UISearchBar {