Improving KVO code and KVO documentation.

This commit is contained in:
Krunoslav Zaher 2015-08-01 01:57:23 +02:00
parent 525e81a70c
commit 682d3536d2
1 changed files with 2 additions and 2 deletions

View File

@ -863,7 +863,7 @@ Disposed
You can also use `subscribe` instead of `subscribeNext`
```
```swift
NSURLSession.sharedSession().rx_JSON(request)
>- map { json in
return parse()
@ -1003,7 +1003,7 @@ view.rx_observe("frame") as Observable<CGRect?>
or
```
```swift
view.rx_observe("frame")
>- map { (rect: CGRect?) in
//