1.导入ANImageBitmapRep库(或者文件下的ColorPickerClasses)

2.用法

FColorPickerView.h

//
//  FColorPickerView.h
//  Foowwphone
//
//  Created by Jacky-MAC on 15/7/7.
//  Copyright (c) 2015年 Fooww. All rights reserved.
//

#import <UIKit/UIKit.h>
#import "RSColorPickerView.h"
#import "RSBrightnessSlider.h"

@interface FColorPickerView : UIViewController <RSColorPickerViewDelegate,UITextFieldDelegate>

@property (nonatomic,copy) NSString * colorCode;
@property (nonatomic,strong) UIColor * selectColor;
@property (nonatomic,copy) void (^sendColorInfo)(UIColor * sc,NSString * cc);

@end
View Code

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-11
  • 2021-10-20
  • 2021-07-09
  • 2022-12-23
猜你喜欢
  • 2021-07-26
  • 2021-10-22
  • 2021-05-22
  • 2021-12-15
  • 2021-10-10
  • 2022-12-23
相关资源
相似解决方案