From cbc2d6803aca46ac21894899624cc0353f11fe6b Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Tue, 21 Jul 2015 22:12:24 +0200 Subject: [PATCH] Adds UITextView extensions. --- Documentation/API.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Documentation/API.md b/Documentation/API.md index b3aee728..1cb49a46 100644 --- a/Documentation/API.md +++ b/Documentation/API.md @@ -213,6 +213,16 @@ extension UITextField { } ``` +```swift +extension UITextView { + + override func rx_createDelegateProxy() -> RxScrollViewDelegateProxy { } + + public var rx_text: Observable { } + +} +``` + ```swift extension UISearchBar {