DisplaySwitcher
DisplaySwitcher copied to clipboard
Custom transition between two collection view layouts
I used this method but it didn't work: ```Swift collectionView.contentInset = UIEdgeInsets(top: 0, left: 0, bottom: 0, right: 0) ```
Hi, This PR adds Swift Package Manager support to this library. Resolve #49
Added feature: Minimum column width for grid layout. Check it out. This might be useful for others :)
Hello, It would be really nice if this component could be installed via SPM. Is that a planned feature already?
I used stretchy Header FlowLayout after import DisplaySwitcher my Header doesn't seem anymore? import UIKit class STCollectionViewFlowLayout: UICollectionViewFlowLayout { override func shouldInvalidateLayout(forBoundsChange newBounds: CGRect) -> Bool { return true }...
Hello, I've tried to use Cocoapods to install this library however it doesn't seem to be updated to the latest version. I've tried to get latest version from github but...
# Report > The more information you provide, the faster we can help you. ⚠️ Select what you want - **a feature request** or **report a bug**. Please remove the...
# Report Settings a custom `contentInset` on the collection view breaks the layout after changing the layout several times ## Report a bug ### What did you do? Update the...
It seems that your podspec file is setting version to be 1.0.1 while current version with Swift 4 support is 1.1 Can you update it?
Could you please update cocoapods trunk? the latest release there 1.0.1. Thank you!