The title pretty much says everything, and the easiest would be to check the code example. See on GitHub here
Just change complexShape: false for true line 103 in ViewController.swift, the SwiftUI live preview works properly but when running the app, the SwiftUI View is embedded in a UIView and the animation won't work.
Obviously 'withAnimation' isn't called from UIKit and that could be the problem, but a simple shape is animated properly... any expert @ Apple could help out here ?
Just change complexShape: false for true line 103 in ViewController.swift, the SwiftUI live preview works properly but when running the app, the SwiftUI View is embedded in a UIView and the animation won't work.
Obviously 'withAnimation' isn't called from UIKit and that could be the problem, but a simple shape is animated properly... any expert @ Apple could help out here ?