Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.