iOS Multiple save of parse objects with progress bar
问题 I found this very interesting approach (Parse : is it possible to follow progress of PFObject upload) and I tried to convert the objective-c category in a swift extension. But I am overstrained with the values types unsigned long . Please have a look in the following code - it throws the exception (line: let progress:Int32 = Int32(100*count/numberOfCyclesRequired) ): fatal error: floating point value can not be converted to Int32 because it is either infinite or NaN. I am also not sure how to