Daniel Klöck
Daniel Klöck
I cannot reproduce it, can someone with this problem please share following information: * Does it happen on device only or device and simulator? * What devices/simulators have you tested?...
> This is still present on the iOS 16 Release Candidate. Looks like any apps that use a WrappingHStack will freeze on iOS 16. It does not seem to be...
I'm closing it, since there is nothing I can do about it from within this library
Fixed at version 2.2.8
for now there is a workaround by forcing it to redraw when something changes, e.g. by adding `.id(UUID())`
I appreciate the effort put into this PR, but I believe there might be a more elegant solution. I would prefer not to merge it at this time. Thank you...
Probably related to https://github.com/dkk/WrappingHStack/issues/15 A relatively easy workaround would be to pass the environmentObjects as parameters to you views Example: Instead of ``` WrappingHStack{ YourView() } .environment(someObject) ``` do: ```...
Unfortunatelly, the workaround doesn't seem to work correctly after device rotation
Actually, it does not even always work before rotation either, since frameTagged returns (0.0, 0.0) most of the time. My code looks like this: ``` Button( action: { showPopover =...
Btw. I left `DefaultTabItemStyle` without a badge visualization, I didn't know if it was wanted.