search

Home  >  Q&A  >  body text

objective-c - iOS animation is executing. When you exit the background and then enter the foreground, the animation disappears.

The iOS animation is executing. Exit the background and then enter the foreground. The animation disappears. The animation uses

[UIView beginAnimations:nil context:nil];

......

[UIView commitAnimations];
It is implemented in this way. Has anyone encountered similar problems?

漂亮男人漂亮男人2843 days ago748

reply all(1)I'll reply

  • 我想大声告诉你

    我想大声告诉你2017-05-02 09:34:04

    It will disappear. This is the system setting. You need to get the notification and then restart the animation

    reply
    0
  • Cancelreply