Forgot to add that shouldShowSheet in a function:
func shouldShowSheet() -> Binding<Bool> {
return .init(get: {
return bStore.items.count > 0
}, set: { _ in })
}
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: