From 1252338905d83e3129c422172c1e60bfd55e753c Mon Sep 17 00:00:00 2001 From: kumapo Date: Thu, 12 May 2016 01:28:12 +0900 Subject: [PATCH] Add documentation for UINavigationItem+Rx --- Documentation/API.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/API.md b/Documentation/API.md index 74d11aae..5ebb3f83 100644 --- a/Documentation/API.md +++ b/Documentation/API.md @@ -406,6 +406,13 @@ extension UIActivityIndicatorView { } ``` +```swift +extension UINavigationItem { + + public var rx_title: AnyObserver {} +} +``` + **OSX** ```swift