Skip to content

Instantly share code, notes, and snippets.

@quangtqag
Created May 8, 2019 09:27
Show Gist options
  • Save quangtqag/659464212acc3a7a166a0f17cdd57371 to your computer and use it in GitHub Desktop.
Save quangtqag/659464212acc3a7a166a0f17cdd57371 to your computer and use it in GitHub Desktop.
@IBAction func populate() {
createUsersCounterIfNeeded { (error) in
if let error = error {
print("Error when creating users counter: \(error)")
}
else {
self.populateUsers(addedCount: self.addedCount)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment