From 21d3023a9b7b6aff68c1170e345951396b1c6cfd Mon Sep 17 00:00:00 2001 From: 单军华 Date: Tue, 31 Jul 2018 13:35:21 +0800 Subject: [PATCH] no message --- 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