Home  »  Swift Source  »  Swift Color Picker

Swift Color Picker

Posted on 02 Sep 2015

Swift Color Picker

Color picker build with Swift 2, iOS 9, Xcode 7.

Color picker view controller created with swift. It can be used to pick color from palette either as Hex string or UIColor. Just add source file within any swift project, add view controller within storyboard, add collection view, set necessary properrty and constrains, and invoke as a popup. Once color picked it returns selected color value within delegate method.

Features:
– Can be invoked by UIButton.
– Can be invoked by navigation bar button.
– You can Add more colors to palette via Colors.plist file.
– Build with Swift 2, iOS 9, Xcode 7 only, No other dependency.

Platform:
– Swift 2
– iOS 9
– Xcode 7

Supported Device:
iPhone 4s, 5, 5s, 5c, 6, 6 Plus, 6s, 6s Plus, all iPad having iOS 9.

Please visit GitHub Repository for detail information on how to setup and configure color picker within your swift application. You can also download source code from there.

Go to Top