Update progress with MRProgress
问题 I'm looking for help with trying to update a progress indicator using the MRProgress framework. I was able to set up the progress indicator, but I have no idea how to calculate and update its progress. I'm using CloudKit and trying to show the progress when saving a CKRecord. Could someone provide me some direction? Thanks in advance! self.hud = [MRProgressOverlayView showOverlayAddedTo:self.myCollectionView animated:YES]; self.hud.mode = MRProgressOverlayViewModeDeterminateCircular; self.hud