We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525e81a commit 682d353Copy full SHA for 682d353
Documentation/GettingStarted.md
@@ -863,7 +863,7 @@ Disposed
863
864
You can also use `subscribe` instead of `subscribeNext`
865
866
-```
+```swift
867
NSURLSession.sharedSession().rx_JSON(request)
868
>- map { json in
869
return parse()
@@ -1003,7 +1003,7 @@ view.rx_observe("frame") as Observable<CGRect?>
1003
1004
or
1005
1006
1007
view.rx_observe("frame")
1008
>- map { (rect: CGRect?) in
1009
//
0 commit comments