You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It feels a bit laggy swiping between groups when the "All Tracks" group is enabled and there are a large number of tracks (more than 10 total tracks, with over 30 displayed total among all of the groups).
Using a LazyHStack in PageView instead of the regular HStack didn't seem to make a difference.
The text was updated successfully, but these errors were encountered:
Finally! And It ended up being so easy once I knew what to do.
You'll notice when rotating the device that it's still laggy to update, however, which I think is an indication that my views aren't very efficient and are expensive to reload.
It feels a bit laggy swiping between groups when the "All Tracks" group is enabled and there are a large number of tracks (more than 10 total tracks, with over 30 displayed total among all of the groups).
Using a
LazyHStack
inPageView
instead of the regularHStack
didn't seem to make a difference.The text was updated successfully, but these errors were encountered: