Skip to content

Instantly share code, notes, and snippets.

@mehdok
Created December 8, 2018 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mehdok/4a2a5630490cacaa85371452d63420da to your computer and use it in GitHub Desktop.
Save mehdok/4a2a5630490cacaa85371452d63420da to your computer and use it in GitHub Desktop.
var postList = BehaviorRelay<[Post]?>(value: nil)
postList.bindTo(to: showList).disposed(by: bag)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment