Flow
Flow copied to clipboard
Flow is a Swift library for working with asynchronous flows and life cycles
# Expected Behavior No warnings produced by the framework # Current Behavior 13 compiler warnings # Steps to Reproduce Always reproducible when building. ## Context Tried to address it here:...
`signal(for: \.keyPath)` under the hood adds a subview called `CallbackerView` this crashes when using it on a `UIVisualEffectView` as it has an assertion that you are not adding subviews to...
A solution for removing warnings. I really don't like this solutions. It's way to naive and hacky and really degrades the quality of the codebase. Does anyone have a suggestion...