Feel free to create a pull request, open an issue or find me on Twitter.

UICollectionView.The only you thing you need to do is import BouncyLayout, create an instance and add it to your UICollectionView.
import BouncyLayout
let layout = BouncyLayout()
UICollectionView(frame: .zero, collectionViewLayout: layout)
BouncyLayout is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod “BouncyLayout”
BouncyLayout is available through Carthage. To install it, simply add the following line to your Cartfile:
github “roberthein/BouncyLayout”
BouncyLayout is available through Swift Package Manager. To install it, in Xcode 11.0 or later select File > Swift Packages > Add Package Dependency... and add BouncyLayout repository URL:
https://github.com/roberthein/BouncyLayout.git
Feel free to create a pull request, open an issue or find me on Twitter.
This package provides you with an easy way to show tooltips over any SwiftUI view, since Apple does not provide ...
SimpleToast is a simple, lightweight, flexible and easy to use library to show toasts / popup notifications inside iOS or ...
Create Toast Views with Minimal Effort in SwiftUI Using SSToastMessage. SSToastMessage enables you to effortlessly add toast notifications, alerts, and ...