You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, rewriting the popup method in the already popped view can perform multiple popups, but for some reason I need to popup multiple views in one root view, and I hope they can be popped directly in one popup method.
I tried using the “.popup(item: <#T##Binding<Equatable?>#>, itemView: <#T##(Equatable) -> View#>)” funciton to distinguish which views I need to pop up through the item, but when the new view is popped up, the old view that was popped up disappears.
Please let me know if you have any information.
The text was updated successfully, but these errors were encountered:
First Thanks for your contribution.
At present, rewriting the popup method in the already popped view can perform multiple popups, but for some reason I need to popup multiple views in one root view, and I hope they can be popped directly in one popup method.
I tried using the “.popup(item: <#T##Binding<Equatable?>#>, itemView: <#T##(Equatable) -> View#>)” funciton to distinguish which views I need to pop up through the item, but when the new view is popped up, the old view that was popped up disappears.
Please let me know if you have any information.
The text was updated successfully, but these errors were encountered: