Skip to content

Instantly share code, notes, and snippets.

@max6363
Created January 20, 2022 12:34
Show Gist options
  • Save max6363/6b6cb70e684dcb6bd56da2fe3e010188 to your computer and use it in GitHub Desktop.
Save max6363/6b6cb70e684dcb6bd56da2fe3e010188 to your computer and use it in GitHub Desktop.
let theEventTitleLabel = UILabel()
let newEventLabelSubscriber = Subscribers.Assign(object: theEventTitleLabel, keyPath: \.text)
eventPublisher.subscribe(newEventLabelSubscriber)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment