Hello,
I'am new to SwiftUI development and have a question about performance improvements for using the SwiftUI List.
I basically have a NavigationSplitView, on the left side is a list with around 17.000 entries and on the right side is a detail view showing a chart.
While scrolling through the list is ok, when I select an item to show the details I have a hang around 1-2 seconds. I don't know how to exactly improve performance so that the detail data appears instantly. Any help is welcome, here's the UI code:
Topic:
UI Frameworks
SubTopic:
SwiftUI