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 fca5046 commit 594ebf8Copy full SHA for 594ebf8
Demo/Demo/ViewController.swift
@@ -35,7 +35,7 @@ class ViewController: UIViewController {
35
// Demo: add an action to a UIBarButtonItem in the navigation item
36
self.navigationItem.rightBarButtonItem!.rx_action = CocoaAction {
37
print("Bar button item was pressed, simulating a 2 second action")
38
- return empty().delaySubscription(1, MainScheduler.sharedInstance)
+ return empty().delaySubscription(2, MainScheduler.sharedInstance)
39
}
40
41
// Demo: obseve the output of both actions, spin an activity indicator
0 commit comments