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 cfdc971 commit b8874c0Copy full SHA for b8874c0
Demo/Demo/ViewController.swift
@@ -46,7 +46,7 @@ class ViewController: UIViewController {
46
// Demo: add an action to a UIBarButtonItem in the navigation item
47
self.navigationItem.rightBarButtonItem!.rx_action = CocoaAction {
48
print("Bar button item was pressed, simulating a 2 second action")
49
- return Observable.empty().delaySubscription(2, MainScheduler.instance)
+ return Observable.empty().delaySubscription(2, scheduler: MainScheduler.instance)
50
}
51
52
// Demo: observe the output of both actions, spin an activity indicator
0 commit comments