Latest | 0.1.1 |
---|---|
Homepage | https://github.com/zakiyamaaaaa/KaleidoScope |
License | MIT |
Platforms | ios 10.0 |
Authors |
Intermediate Rows: 1
collectionView.intermediateRows = 1
Intermediate Rows: 2
collectionView.intermediateRows = 2
Intermediate Rows: 3
collectionView.intermediateRows = 3
isEmphasis = false
collectionView.isEmphasis = false
Installation
Carthage
github "zakiyamaaaaa/KaleidoScope"
https://www.raywenderlich.com/416-carthage-tutorial-getting-started
CocoaPods
pod 'KaleidoScope'
https://www.raywenderlich.com/626-cocoapods-tutorial-for-swift-getting-started
Requirements
- iOS10.0+
- Swift4.0+
Usage
let collectionView = KaleidoCollectionView(frame: self.view.bounds)
or You can use this on Storyboard
License
KaleidoScope is released under the MIT license. See LICENSE for details.
Latest podspec
{ "name": "KaleidoScope", "version": "0.1.1", "summary": "You can make esaily modern CollectionView UI with ImageView", "description": "You can make esaily modern CollectionView UI with ImageViewnAlso customizable", "homepage": "https://github.com/zakiyamaaaaa/KaleidoScope", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "zakiyamaaaaa": "[email protected]" }, "source": { "git": "https://github.com/zakiyamaaaaa/KaleidoScope.git", "tag": "0.1.1" }, "social_media_url": "https://twitter.com/zakiyamaaaaa", "platforms": { "ios": "10.0" }, "swift_version": "4.0", "source_files": "KaleidoScope/**/*" }
Sun, 26 Aug 2018 12:00:08 +0000