Skip to content

Instantly share code, notes, and snippets.

@twittemb
Created January 1, 2018 23:20
Show Gist options
  • Save twittemb/068bffa2e506a2c1cdb640b8b0c93e88 to your computer and use it in GitHub Desktop.
Save twittemb/068bffa2e506a2c1cdb640b8b0c93e88 to your computer and use it in GitHub Desktop.
coordinator.rx.didNavigate.subscribe(onNext: { (flow, step) in
print ("did navigate to flow=\(flow) and step=\(step)")
}).disposed(by: self.disposeBag)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment