Skip to content

Instantly share code, notes, and snippets.

@shoheiyokoyama
Created August 3, 2017 01:00
Show Gist options
  • Save shoheiyokoyama/9f3beb347b185e097619850933773e7b to your computer and use it in GitHub Desktop.
Save shoheiyokoyama/9f3beb347b185e097619850933773e7b to your computer and use it in GitHub Desktop.
button.rx.tap
.flatMap { API.fetchData }
.subscribe(onNext: { data in
self?.updateUI(with: data)
})
.disposed(by: disposeBag)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment