Exist in SwiftUI the equivalent of following UIKit methods?
view.addSubview(aView)
view.removeFromSuperview()
view.bringSubviewToFront(aView)
view.sendSubviewToBack(aView)
Basically, I need to remove myView from oldSuperView, add it to newSuperView and bring to the front a childView already present in newSuperView