Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elegantchaos/fastlist
A bare-bones replacement for SwiftUI List, intended to work around some of List's performance issues.
https://github.com/elegantchaos/fastlist
list swift swiftui
Last synced: 3 months ago
JSON representation
A bare-bones replacement for SwiftUI List, intended to work around some of List's performance issues.
- Host: GitHub
- URL: https://github.com/elegantchaos/fastlist
- Owner: elegantchaos
- License: mit
- Created: 2022-01-21T12:42:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T16:24:20.000Z (about 2 years ago)
- Last Synced: 2024-10-12T18:02:50.285Z (3 months ago)
- Topics: list, swift, swiftui
- Language: Swift
- Homepage:
- Size: 28.3 KB
- Stars: 14
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FastList
A fast but very bare-bones replacement for SwiftUI's List.
This is intended to work-around some of List's problems, especially with regard to large lists, which suffer terribly from SwiftUI's attempts to animate updates in a "clever" way :(.
It is intended as a drop-in replacement, but right now it doesn't even pretend to do 90% of what List does - it just does what I need it to do in the project(s) I wrote it for.
I will expand it as I need other features, and I'm open to pull-requests which add (for example), support for other list styles, as long as they don't break performance.