File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,12 +83,12 @@ class ViewController: UIViewController {
8383 } )
8484 . addDisposableTo ( self . disposableBag)
8585
86- button1. rx. bind ( to: action : sharedAction, input: . button( " Button 1 " ) )
86+ button1. rx. bind ( to: sharedAction, input: . button( " Button 1 " ) )
8787
88- button2. rx. bind ( to: action : sharedAction) { _ in
88+ button2. rx. bind ( to: sharedAction) { _ in
8989 return . button( " Button 2 " )
9090 }
91- self . navigationItem. leftBarButtonItem? . rx. bind ( to: action : sharedAction, input: . barButton)
91+ self . navigationItem. leftBarButtonItem? . rx. bind ( to: sharedAction, input: . barButton)
9292
9393 sharedAction. executing. debounce ( 0 , scheduler: MainScheduler . instance) . subscribe ( onNext: { [ weak self] executing in
9494 if ( executing) {
You can’t perform that action at this time.
0 commit comments