8657436

所属分类:操作系统开发
开发工具:Objective-C
文件大小:39KB
下载次数:5
上传日期:2013-12-05 14:11:51
上 传 者uirrrzzz
说明:  颜色选择工具2,ios精选编程实例源码,很好的参考资料。
(Color selection tool 2, IOS select programming source code examples, good reference.)

文件列表:
ILColorPickerExample (0, 2011-09-02)
ILColorPickerExample.xcodeproj (0, 2011-09-02)
ILColorPickerExample.xcodeproj\project.pbxproj (19410, 2011-09-02)
ILColorPickerExample.xcodeproj\project.xcworkspace (0, 2011-09-02)
ILColorPickerExample.xcodeproj\project.xcworkspace\contents.xcworkspacedata (165, 2011-09-02)
ILColorPickerExample.xcodeproj\project.xcworkspace\xcuserdata (0, 2011-09-02)
ILColorPickerExample.xcodeproj\project.xcworkspace\xcuserdata\jong.xcuserdatad (0, 2011-09-02)
ILColorPickerExample.xcodeproj\project.xcworkspace\xcuserdata\jong.xcuserdatad\UserInterfaceState.xcuserstate (152697, 2011-09-02)
ILColorPickerExample.xcodeproj\project.xcworkspace\xcuserdata\jong.xcuserdatad\WorkspaceSettings.xcsettings (383, 2011-09-02)
ILColorPickerExample.xcodeproj\xcuserdata (0, 2011-09-02)
ILColorPickerExample.xcodeproj\xcuserdata\jong.xcuserdatad (0, 2011-09-02)
ILColorPickerExample.xcodeproj\xcuserdata\jong.xcuserdatad\xcdebugger (0, 2011-09-02)
ILColorPickerExample.xcodeproj\xcuserdata\jong.xcuserdatad\xcdebugger\Breakpoints.xcbkptlist (91, 2011-09-02)
ILColorPickerExample.xcodeproj\xcuserdata\jong.xcuserdatad\xcschemes (0, 2011-09-02)
ILColorPickerExample.xcodeproj\xcuserdata\jong.xcuserdatad\xcschemes\ILColorPickerExample.xcscheme (2828, 2011-09-02)
ILColorPickerExample.xcodeproj\xcuserdata\jong.xcuserdatad\xcschemes\xcschememanagement.plist (492, 2011-09-02)
ILColorPickerExample\en.lproj (0, 2011-09-02)
ILColorPickerExample\en.lproj\ILColorPickerDualExampleController.xib (14881, 2011-09-02)
ILColorPickerExample\en.lproj\InfoPlist.strings (45, 2011-09-02)
ILColorPickerExample\en.lproj\MainWindow.xib (14124, 2011-09-02)
ILColorPickerExample\ILColorPickerDualExampleController.h (521, 2011-09-02)
ILColorPickerExample\ILColorPickerDualExampleController.m (966, 2011-09-02)
ILColorPickerExample\ILColorPickerExample-Info.plist (1191, 2011-09-02)
ILColorPickerExample\ILColorPickerExample-Prefix.pch (346, 2011-09-02)
ILColorPickerExample\ILColorPickerExampleAppDelegate.h (498, 2011-09-02)
ILColorPickerExample\ILColorPickerExampleAppDelegate.m (2446, 2011-09-02)
ILColorPickerExample\ILColorPickerLayoutBottomExampleController.h (424, 2011-09-02)
ILColorPickerExample\ILColorPickerLayoutBottomExampleController.m (917, 2011-09-02)
ILColorPickerExample\ILColorPickerLayoutBottomExampleController.xib (11967, 2011-09-02)
ILColorPickerExample\ILColorPickerLayoutRightExampleController.h (373, 2011-09-02)
ILColorPickerExample\ILColorPickerLayoutRightExampleController.m (410, 2011-09-02)
ILColorPickerExample\ILColorPickerView.h (1486, 2011-09-02)
ILColorPickerExample\ILColorPickerView.m (2139, 2011-09-02)
ILColorPickerExample\ILHuePickerView.h (1217, 2011-09-02)
ILColorPickerExample\ILHuePickerView.m (5373, 2011-09-02)
ILColorPickerExample\ILSaturationBrightnessPickerView.h (1315, 2011-09-02)
ILColorPickerExample\ILSaturationBrightnessPickerView.m (4520, 2011-09-02)
ILColorPickerExample\ILView.h (608, 2011-09-02)
ILColorPickerExample\ILView.m (1473, 2011-09-02)
... ...

Color Picker for iOS ==================== [![](http://s3.amazonaws.com/cocoa_controls_production/ios_screens/342/full.jpg?1314944655)](http://s3.amazonaws.com/cocoa_controls_production/ios_screens/342/full.jpg?1314944655) Source includes two controls that work in unison with each other to provide users the ability to pick color in a fashion identical to photoshop. Designed not to use images or any other external dependencies beyond the classes. ILSaturationBrightnessPicker ---------------------------- This control presents a saturation and brightness gradient for a specific hue, similar to photoshop's color picker. ILHuePicker ----------- This control presents a horizontal gradient that displays the entire range of hues. Typically, user would pick a hue, which updates an ILSaturationBrightnessPicker so that they can then pick the saturation and brightness. UIColor+GetHSB -------------- This category will allow you to access the HSB values of a UIColor easily. ILView ------ This is the base view that implements some stuff to make writing custom views a little easier. Usage ===== See the enclosed example project. It's pretty straight forward. License ======= Public domain, use as you wish.

近期下载者

相关文件


收藏者