Ios swift – Why is SwiftUI behaving like this?
I have a dropdown menu that acts a little weird, see here. The text updates step by step, not instantaneously, and it quivers for a little bit after being updated. Here is the relevant code: The state variables used @State…