Closed jduigoudev closed 1 year ago
Related to the Apple iOS documentation : https://developer.apple.com/documentation/swiftui/animations
You can check if you have any animations : *If you call to the withAnimation(::) global function.
If you cal animation(_:value:) view modifier to the view.
If you animate changes to a Binding by using the binding’s animation(_:) method.
Need to check UIKit and SwiftUI :
@jduigoudev , I moved this issue to the new iOS repository here : https://github.com/green-code-initiative/ecoCode-ios/issues/7
Related to the Apple iOS documentation : https://developer.apple.com/documentation/swiftui/animations
You can check if you have any animations : *If you call to the withAnimation(::) global function.
If you cal animation(_:value:) view modifier to the view.
If you animate changes to a Binding by using the binding’s animation(_:) method.
Need to check UIKit and SwiftUI :