MRProgress icon indicating copy to clipboard operation
MRProgress copied to clipboard

Animations do not work on presenting view controller during modal dismissal

Open KieranLafferty opened this issue 10 years ago • 1 comments

I am using the MRProgressOverlayView on the presenting VC while dismissing a VC. If I wait until the dismiss animation is complete, the MRProgressOverlayView animates correctly. If I kick off both the MRProgressOverlayView and perform the modal dismissal at the same time the MRProgressOverlayView does not animate

KieranLafferty avatar Dec 19 '14 08:12 KieranLafferty

That's weird. Is it an option to add the MRProgressOverlayView to another view in the hierarchy, e.g. the window. This would naturally imply to restricted user interaction and should be used with care. Further questions:

  1. Which version of MRProgress do you use?
  2. With which mode does this behaviour appear?
  3. Have you tried other modes and do they show the same behaviour?
  4. Have you tried the same with an own animated layer to make sure, that this is not induced by the dismissal?

mrackwitz avatar Dec 19 '14 15:12 mrackwitz