SwifUI onAppear gets called twice
问题 Q1: Why are onAppears called twice? Q2: Alternatively, where can I make my network call? I have placed onAppears at a few different place in my code and they are all called twice. Ultimately, I'm trying to make a network call before displaying the next view so if you know of a way to do that without using onAppear, I'm all ears. I have also tried to place and remove a ForEach inside my Lists and it doesn't change anything. Xcode 12 Beta 3 -> Target iOs 14 CoreData enabled but not used yet