Swiftpack.co - elegantchaos/FastList as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by elegantchaos.
elegantchaos/FastList v1.2.1
A bare-bones replacement for SwiftUI List, intended to work around some of List's performance issues.
⭐️ 14
🕓 1 year ago
iOS macOS watchOS tvOS
.package(url: "https://github.com/elegantchaos/FastList.git", from: "v1.2.1")

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.

GitHub

link
Stars: 14
Last commit: 1 year ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Related Packages

Release Notes

1.2.1
1 year ago

Don't lock scrolling when searching in iOS 16.0.

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics