-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance problem #19
Comments
List is UITableView. There is not UICollectionView alternative for SwiftUI. |
You are right |
@c941010623, I'm glad you brought up the performance topic. There is indeed an issue with a large number of elements and @Elshad has already described one of the reasons behind it. For the kind of layout we want to achieve, the use of To be able to scale I believe we have to wait for a UICollectionView alternative for SwiftUI. Thank you both! |
|
i see your code
i think your ForEach can change use List
because when image count > 300 pic, use List can Recycle reuse
What do you think ??
The text was updated successfully, but these errors were encountered: