WrappingHStack icon indicating copy to clipboard operation
WrappingHStack copied to clipboard

A SwiftUI HStack with the ability to wrap contained elements

Results 11 WrappingHStack issues
Sort by recently updated
recently updated
newest added

**Describe the bug** WrappingHStack treats the `Group` view as one view instead of its children. **To Reproduce** Steps to reproduce the behavior: - Note: In the code below, `.padding(...)` is...

bug
help wanted

Using a WrappingHStack the iOS app on iOS 16 beta 3 will crash. To reproduce you can open a view with a WrappingHStack inside. - WrappingHStack version: 2.2.1 - Model:...

bug
help wanted

In the preview window you can add `.environment(\.sizeCategory, .accessibilityMedium)` to the modifier. This will emulate larger accessible fonts. This will cause truncated views, like so

bug
help wanted
good first issue

If a View is created based on a condition and when the condition is false, the "ghost" View is took into account when creating spacing. For example: ```swift import SwiftUI...

bug
help wanted

Swift Package Manager in Xcode 11.3.1, cannot resolve the dependency graph due to tag issues. It makes no difference if I specify an explicit version or a range. I've verified...

bug
help wanted

When drawing many items, for example with something like: ``` WrappingHStack(1...50) { Text("Item: \($0)") } ``` it takes way too long to draw.

enhancement
help wanted

**Describe the bug** On iOS 16, app meets a severe hang when using a wrappingHastack inside of a navigation link if you hit back button on the navigation bar. **To...

bug
help wanted

Change to address issue #38 - addresses the situation in `ViewType init(rawView:)` where `rawView` is wrapped as a `_ConditionalContent` type (because of the presence of multiple conditional types in a...

**Describe the bug** When a view nested inside of WrappingHStack tries to access an environment object on its initial render, it cannot find it and throws a fatal error. (see...

bug
help wanted

Not sure if it's a bug ore a feature request but adding new line inside a loop would be great to have. This is not working currently. WrappingHStack(1...20, id:\.self) {...

bug
help wanted