SwiftUISnackbar
SwiftUISnackbar copied to clipboard
SnackBar Hides behind TabView
SomeView() .snackbar(isShowing: snackBarVisible, title: "Validation Error !", text: showMessage.wrappedValue, style: .custom(.red),actionText: "Dismiss") { changePasswordVM.hideSnackBar() }
The red one is the snacbar used !
@sangampokharel hi!
I think the issue might be in the z-depth. Have you tried adding a .zIndex(_:) to the TabBar and set it to 0?
I had the same problem and this trick solved it for me, let me know
@sangampokharel I assume it worked! Feel free to re-open it otherwise