Timothy Moose

Results 146 comments of Timothy Moose

Thanks. Followed up privately

The recommended solution for dismissal is to use the view builder version of the `swiftMessages` modifier as follows: ````swift struct ContentView: View { private struct Message: Equatable, Identifiable { var...

With non-modifier approach, my initial thought is to put something in the environment your banner can use to dismiss, similar to Apple's `dismiss` environment value. ````swift public struct BannerView: View...

I thought of another option that seems preferable to me and would require any SwiftMessages changes. There could be a flaw in this thinking, but: 1. Make `BannersController` an observable...

I'm happy to add this, but IMO it is pseudo idiomatic and an approach I don't use myself. With `dismiss`, the presented view doesn't need to know how it was...

@mergesort do you have any feedback on #574?

10.0.2 Sorry for not formally releasing this sooner.

Looking into this. I think I understand, but just to confirm: 1. When scrolling down, the header shrinks the way it does currently by following the scroll one-to-one 2. When...

Closing this. Reopen if and when you're ready to resume the discussion