TOF disable implicit animations

Used to be
UIView > setAnimationsEnabled:

But this is deprecated now

SwiftUI has something similar

But since Xojo isnt using SwiftUI the old deprecated call might work

Unless animation is declared, there is none in SwiftUI.
For animation, use the .animation() modifier.

https://developer.apple.com/tutorials/swiftui/animating-views-and-transitions

Right
Xojo isnt using SwiftUI for iOS so I suspect the older UIKit one should work there until it doesnt

Disabling system animations means that there’s something wrong with either their code or the Xojo framework.

1 Like