objective-c - iOS animation is executing. When you exit the background and then enter the foreground, the animation disappears.
漂亮男人
漂亮男人 2017-05-02 09:32:04
0
1
723

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?

漂亮男人
漂亮男人

reply all(1)
我想大声告诉你

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template