In my iPad app, I have a view that is displayed in .fullScreenCover.
And while it's a pretty basic view (a few stacks, some SF Symbols, and long text), the scrolling is sometimes laggy. Like I can see the stutter on my iPad Pro.
Since it's WWDC, maybe someone can point me to a tutorial, or the tool, or the steps I can take to tackle this laggy scrolling?
Or maybe .fullScreenCovers
aren't supposed to be long and be scrolled?
Thanks in advance!
@LindaC You should have a look at Analyze hangs with Instruments which goes over using instruments to analyze and fix hangs and Demystify SwiftUI performance.
That should give you a head start in debugging your Views.