CoreDataKit
CoreDataKit copied to clipboard
performBlock(block: PerformBlock ... method cause Xcode syntax error if completion handler is nil
Xcode expand the parameter placeholder like in the second row but that form without round parenthesis is permitted only when the closure is the last parameter (not this case because completion handler has a default nil value). Should split the method in two method