Created
May 8, 2019 09:27
-
-
Save quangtqag/659464212acc3a7a166a0f17cdd57371 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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