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
networkResult.map { $0.count }.map(String.init).startWithNext {[weak self] numberOfResults in | |
self?.myLabel = numberOfResults | |
} |