HandySwiftUI icon indicating copy to clipboard operation
HandySwiftUI copied to clipboard

Handy SwiftUI features that didn't make it into SwiftUI (yet).

Results 4 HandySwiftUI issues
Sort by recently updated
recently updated
newest added

## Problem Statement Currently, this project is not documented (as in a proper README.md file) as it was quickly released for usability in a private project. ## Suggested Solution Document...

enhancement

## Expected Behavior The number of variants, the device sizes, the languages and the text styles should all be configurable. ## Actual Behavior The `previewScreens` and `previewComponents` have a preconfigured...

bug

https://github.com/FlineDev/HandySwiftUI/blob/47dc334071cbee50e84bba7a540954d68acd5a5e/Sources/HandySwiftUI/Modifiers/ViewExt.swift#L234-L245 Is there a specific reason? AnyView seems not good at performance.

ViewBuilder is more recommanded to make conditional views than AnyView.