FastList

1.2.1

A bare-bones replacement for SwiftUI List, intended to work around some of List's performance issues.
elegantchaos/FastList

What's New

1.2.1

2022-11-29T16:24:20Z

Don't lock scrolling when searching in iOS 16.0.

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.

Description

  • Swift Tools 5.5.0
View More Packages from this Author

Dependencies

Last updated: Tue Mar 12 2024 10:09:11 GMT-0900 (Hawaii-Aleutian Daylight Time)