Recently, I have updated my xcode to xcode11 version everything is fine but animations are not working enter the app. what should be the reason for this, What should i do now?
Asked
Active
Viewed 277 times
-1
-
1Animations are not generally broken in iOS 13 for everyone else. So please explain a bit more, how are the animations setup? whats happenign when they are supposed to be run? are you getting warnings or errors? is the animation just not running, wheres your code? what have you tried? there is simply not enough information here for us to provide you a solution – Scriptable Oct 15 '19 at 10:54
-
I found the solution. one of my teammate stopped animations when developing and forgot to enable the animations. After 1 week we found this problem and changes to enable, Now all the animations working fine. – suresh Feb 07 '20 at 08:03
1 Answers
0
Because in new version presentation style changed so you have to try that
yourVC.modalPresentationStyle = .fullScreen
And after that you can call your animations.

swifty2
- 101
- 9