UIViewRepresentable unnecessarily recreates view when its SwiftUI offset property changes causing performance issues
I’m coding a wrap-around carousel component for SwiftUI (minimum target iOS 15.0) with zoom and pan functionality.
UIViewRepresentable unnecessarily recreates view when it’s SwiftUI offset property changesm causing performance issues
I’m coding a wrap-around carousel component for SwiftUI (minimum target iOS 15.0) with zoom and pan functionality.