NKOColorPickerView
NKOColorPickerView copied to clipboard
Make subview border colors exposed properties
Border colors are currently set based on the app delegate window tint color. I'm currently using workaround by creating a category/extension and overriding the _defaultTintColor method, but I feel exposing border color customization would be better.