CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Sep 2016 |
| SPMSupports SPM | ✗ |
Maintained by George Kye.
To run the example project, clone the repo, and run pod install from the Example directory first.
func didSelectColorAtIndex(view: UIView, index: Int, color: UIColor)Returns the index and color of the selected item.
func sizeForCellAtIndex(MaterialColorPickerView: MaterialColorPicker, index: Int)->CGSizeSet size of cell at a spefic index
func colors()->[UIColor]Set colors for MaterialColorPicker (Default colors will be used if no dataSource set) google-material-color-swift by katopz included in project
public var shuffleColors: Bool = false //Shuffles colors within ColorPickerpublic func selectCellAtIndex(index: Int)Programtically select a cell at an index
MaterialColorPicker is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "MaterialColorPicker"George Kye
MaterialColorPicker is available under the MIT license. See the LICENSE file for more info.
itemSize public property to allow configuration of color picker cell.selectCellAtIndex function and sizeForCellAtIndex delegate