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.
Light and scrollable view controller for tvOS to present blocks of text Description TvOSTextViewer is a view controller to present ...
TvOSSlider is an implementation of UISlider for tvOS. Description and usage TvOSSlider palliates missing an implementation of UISlider for tvOS as part ...
TvOSScribble, based on CoreML, mitigates the lack of a physical numpad area in Siri Remote implementing a handwriting gesture recognizer. ...
PIN keyboard for tvOS Description TvOSPinKeyboard is a view controller that allows easily asking for PIN codes in tvOs Requirements ...
📺 A tvOS button which truncates long text with '... More'. The TvOSMoreButton is a simple view which aims to ...