文件名称:NKOColorPickerView:适用于iOS的基于块的易于使用的Color Picker View
文件大小:93KB
文件格式:ZIP
更新时间:2024-05-28 12:17:37
Objective-C
NKOColorPickerView 基于块且易于使用的iOS拾色器视图。 安装 将NKOColorPickerView集成到项目中的最佳方法是使用CocoaPods。 您可以找到有关此依赖项管理器的更多信息。 只需将以下行添加到您的Podfile中。 pod 'NKOColorPickerView' 如何开始 NKOColorPickerView可以使用Interface Builder或通过以下代码以编程方式添加到控制器的视图中: //Color did change block declaration NKOColorPickerDidChangeColorBlock colorDidChangeBlock = ^(UIColor *color){ //Your code handling a color change in the picker view. };
【文件预览】:
NKOColorPickerView-master
----Assets()
--------nko_brightness_guide.png(3KB)
--------nko_colormap.png(40KB)
--------nko_brightness_guide@2x.png(3KB)
----Screenshots()
--------screenshot-ios.png(42KB)
----NKOColorPickerView.h(2KB)
----README.md(2KB)
----NKOColorPickerView.m(16KB)
----NKOColorPickerView.podspec(2KB)