YWColorPicker 1.4

YWColorPicker 1.4

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Sep 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Yoseph Wijaya.



  • By
  • yoseph_wijaya

YWColorPicker

Simple Color Picker

Availability

⚠️ This Library only Available to Swift > 3.0 ⚠️

Screenshot

iPhone6s

Property Setup

showColorPicker()
showColorPicker(_initial color:UIColor)

Delegation

func finishSelection(_ color:UIColor)

Example

var pickerColor:YWColorPicker?

pickerColor = YWColorPicker(parent: self)
pickerColor?.delegate = self

Support

  • Updated occasionally for more functionality
  • Message me through here http://yoseph.ws for more fast responds

Credits

  • Creator Yoseph Wijaya (Swift 3.0)
  • Reference from ios-color-picker (Objective-C)