SwiftUI: Strange behavior with State variable and onAppear causing delayed UI updates in iOS 17
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-12
swift swiftui state
I'm working on a SwiftUI app where I have a `State` variable that is supposed to update and reflect changes in the UI when the view appears. However, I'm experi...