Skip to content

Instantly share code, notes, and snippets.

@ksoftllc
Created March 19, 2019 00:02
Show Gist options
  • Save ksoftllc/ee04f130f2f0c9be5c3932b63826b4f2 to your computer and use it in GitHub Desktop.
Save ksoftllc/ee04f130f2f0c9be5c3932b63826b4f2 to your computer and use it in GitHub Desktop.
saveButton.rx.tap
.withLatestFrom(websiteAddress.rx.text)
.filter(verifyUrl)
.map(Website.init(address:))
.subscribe(onNext: updateWebsiteAddress)
.disposed(by: bag)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment