单军华
2018-07-19 83b9d5c682b21d88133f24da0f94dd56bd79e687
screendisplay/Pods/RGB/README.md
New file
@@ -0,0 +1,27 @@
 ![Logo](https://github.com/roycms/RGB/blob/master/RGB/logo.png)
 RGB
===
RGB color value to the UIColor conversion kit.
[![Shippable](https://img.shields.io/shippable/5444c5ecb904a4b21567b0ff.svg?maxAge=2592000?style=flat-square)](https://github.com/roycms/RAlertView)
[![CocoaPods](https://img.shields.io/badge/pod-0.0.1-red.svg)](http://cocoapods.org/?q=RAlertView)
[![Packagist](https://img.shields.io/packagist/l/doctrine/orm.svg?maxAge=2592000?style=flat-square)](https://github.com/roycms/RAlertView/blob/master/LICENSE)
[![email](https://img.shields.io/badge/%20email%20-%20roycms%40qq.com%20-yellowgreen.svg)](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我