crelies / AdvancedList-SwiftUI

MOVED to https://github.com/crelies/AdvancedList | Advanced list with empty, error and loading state implemented with SwiftUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdvancedList-SwiftUI

This repository contains a usage example of my Swift package for an advanced SwiftUI List view which adds pagination and an empty, error and loading state on top of the existing List view. You can find the Swift package here.

Motivation

I often deal with lists which can have different view states (empty, error, items or loading). Currently I use an extended version of IGListKit to create these advanced lists in my UIKit applications.

Preview

Animated preview image

About

MOVED to https://github.com/crelies/AdvancedList | Advanced list with empty, error and loading state implemented with SwiftUI

License:MIT License


Languages

Language:Swift 100.0%