From 9308577aa579e5e6e7723830ca9c38cac1e62988 Mon Sep 17 00:00:00 2001 From: 单军华 Date: Thu, 12 Jul 2018 13:46:07 +0800 Subject: [PATCH] 百度地图文件 --- 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