Skip to content

TomFrank/WaterFallView

Repository files navigation

WaterFallView

Build Status Platforms License: MIT

A Waterfall View For SwiftUI

Requirements

  • iOS 13.0+

  • Xcode 11.0+

  • Swift 5.1+

Installation

Swift Package Manager

Using Xcode 11, go to File -> Swift Packages -> Add Package Dependency and enter https://github.com/TomFrank/WaterFallView

Usage

Example

A waterfall views of type Card from a collection of Identifiable data .

ScrollView {
    WaterFallView(cards) {
      CardView(card: $0)
    }
}

Credits

WaterFallView was inspired by the following projects:

License

WaterFallView is available under the MIT license. See the LICENSE file for more info.

About

A Waterfall View For SwiftUI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages