SwiftUICollection

master

A collection view for SwiftUI
defagos/SwiftUICollection

Building a Collection For SwiftUI - Sample Code

This is the sample code for my Building a Collection For SwiftUI article series.

It contains:

  • A Swift package with a collection for SwiftUI.
  • A sample project.

This collection intends to solve performance issues associated with SwiftUI stack and scroll view nesting, especially on tvOS. It achieves this results by wrapping UICollectionView internally.

Purpose

This code is a companion to the aforementioned article. It should not be used as a library. The Swift package is intended for experimental use in custom projects.

Requirements

This project must be compiled with Xcode 12.

Compatibility

The package is compatible with iOS and tvOS 13 and above. The example project runs on iOS and tvOS 14 and above.

License

See the LICENSE file for more information.

Description

  • Swift Tools 5.2.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sat Mar 23 2024 05:00:21 GMT-0900 (Hawaii-Aleutian Daylight Time)