From 83b9d5c682b21d88133f24da0f94dd56bd79e687 Mon Sep 17 00:00:00 2001 From: 单军华 Date: Thu, 19 Jul 2018 13:38:55 +0800 Subject: [PATCH] change --- screendisplay/Pods/RGB/README.md | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/screendisplay/Pods/RGB/README.md b/screendisplay/Pods/RGB/README.md new file mode 100755 index 0000000..0337903 --- /dev/null +++ b/screendisplay/Pods/RGB/README.md @@ -0,0 +1,27 @@ +  + RGB +=== +RGB color value to the UIColor conversion kit. + +[](https://github.com/roycms/RAlertView) +[](http://cocoapods.org/?q=RAlertView) +[](https://github.com/roycms/RAlertView/blob/master/LICENSE) +[](mailto:roycms@qq.com) + +## Installation +- Import the main header file���`#import "RRGB.h"` + +## cocoapods +` pod 'RGB' ` + +## Use +return type UIColor +```objective-c +[self.view setBackgroundColor:RGB(@"#1abc9d")]; +[self.view setBackgroundColor:RGB16(0x1abc9d)]; +``` + +## ������ +* ������������������������������BUG���������������Issues������������������������������������������������������������BUG��������������� +* ������������������������������������������������������������Issues��������������������������������������������������������������������� +* ���������������RAlertView������������������������Pull Requests��� -- Gitblit v1.8.0