NavigationView icon indicating copy to clipboard operation
NavigationView copied to clipboard

View().push... not working on Menu

Open rodaxGitHub opened this issue 1 year ago • 0 comments

Hi! This not open view CategoriesView: Menu { Button(action: { CategoriesView().push(with: .cubeRotation) }) { Label("Categoriess", systemImage: "list.bullet") } ....

rodaxGitHub avatar Oct 31 '24 11:10 rodaxGitHub