13 skills found
swiftui-lab / GridTrainerA small app designed to understand how LazyVGrid and LazyHGrid work.
Elaidzha1940 / DynamicLazyVGrid⌨️ Dynamic LazyVGrid. Performance & Flexibility: SwiftUI's dynamic LazyVGrid offers top-notch performance and flexibility. It efficiently handles large datasets while allowing easy customization of column sizes and counts.
eleev / Grid Compositional Layout🧲 Grid Compositional Layout is a SwiftUI 2.0 view that lays out the supplied views in a grid. Easily configurable and lazily retained [Swift 5.3, iOS 14.0+, iPadOS 14.0+, macOS 11.0(10.16)+]
AkkeyLab / LazyGridSwiftUI sample using LazyVGrid
5j54d93 / Wordle Like IOS GameAn iOS Game designed with SwiftUI!Player could change word length、word topic、grid color, and a new WORDLE will be available each 5 minutes.
alfianlosari / SwiftUI2LazyVGridAdaptive Vertical Grid List with LazyVGrid in SwiftUI 2
rudrankriyam / Grid Example SwiftUIA simple project to showcase LazyVGrid and LazyHGrid layout in SwiftUI which were announced in WWDC 2020. Grid Layout in SwiftUI was expected since 2019
5j54d93 / Connect 4 IOS GameAn iOS Game designed with SwiftUI, that user could play with a medium level computer, change pieces color, store score in AppStorage.
Sherlouk / SpanGridAn enhanced SwiftUI grid.
MyNameIsBond / LazyStackSwiftUIa tutorial on how to make a LazyStack in SwiftUI 2.0
c-villain / GridExampleSwiftUI example working with grids
programmingwithswift / SwiftUILazyVGridHGridTutorial on the basics of LazyVGrid and LazyHGrid
zjinhu / CollectionView SwiftUISwiftUI的LazyVGrid性能特别差劲,一个大数量级的数据就能让CPU的运算跑到100%,而且没啥好的办法优化,使用UICollectionView则没任何压力,不卡顿掉帧