Created
March 29, 2018 20:51
-
-
Save sgoodwin/39deb1c0b6123018fbbe4fd1818d0caa to your computer and use it in GitHub Desktop.
This file contains 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
let predicate = NSPredicate(format: "%@.completedUnitCount == 1", argumentArray: [progress]) | |
let exp = expectation(for: predicate, evaluatedWith: progress) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment