markiv / SwiftUI-Shimmer

Shimmer is a super-light modifier that adds a shimmering effect to any SwiftUI View, for example, to show that an operation is in progress. It works well on light and dark modes, and across iOS, macOS, tvOS, watchOS and visionOS.
MIT License
1.04k stars 60 forks source link

iOS 17 Memory Spike #17

Closed webbbl01 closed 8 months ago

webbbl01 commented 8 months ago

It appears this has been reported a few times. But, there hasn't been a corresponding code change to resolve this. Any idea what might be happening? https://github.com/markiv/SwiftUI-Shimmer/issues/15 https://github.com/markiv/SwiftUI-Shimmer/issues/16

webbbl01 commented 8 months ago

This change fixed the issue, but has not been rolled out to a specific version release https://github.com/markiv/SwiftUI-Shimmer/commit/2c632edd0832213aec63910bdd6903ef84389a2f

You'll need to point your package to the branch main until that happens.