Could you please provide some context on the steps you took to debugged the issue and code snippet that would help in reproducing the issue. Also, are you performing some operations in the onAppear closure? and are you using @State property wrapper to manage your view states. Keep in mind that the onAppear(perform:) method is completed before the first rendered frame appears and SwiftUI makes no guarantee as to the exact time the method is called.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: