Skip to content

Instantly share code, notes, and snippets.

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 RuiAAPeres/75e7981bb9a88ca4c280aa47768bbe78 to your computer and use it in GitHub Desktop.
Save RuiAAPeres/75e7981bb9a88ca4c280aa47768bbe78 to your computer and use it in GitHub Desktop.
networkResult.map { $0.count }.map(String.init).startWithNext {[weak self] numberOfResults in
self?.myLabel = numberOfResults
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment