diff --git a/docs/index.html b/docs/index.html index 76fbab5..611d119 100644 --- a/docs/index.html +++ b/docs/index.html @@ -138,6 +138,9 @@
UICollectionView
and UICollectionViewCompositionalLayout
at its core.UITableView
. UICollectionView
now has a List Layout.SwiftUI performance is still a significant issue, not to mention all the bugs and missing APIs. SwiftUI still does not provide a proper UICollectionView
replacement. (Yes, Grid
exists but it is nowhere close to a replacement for UICollectionView
and UICollectionViewLayout
.) While SwiftUI’s List
is pretty good, both LazyVStack
and LazyHStack
suffer from severe performance issues when you have large amounts of data.