RGB 0.0.2

RGB 0.0.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Oct 2016

Maintained by roycms.



RGB 0.0.2

  • By
  • roycms

RGB color value to the UIColor conversion kit.

Installation

  • Import the main header file:#import "RRGB.h"

Use

return type UIColor

[self.view setBackgroundColor:RGB(@"#1abc9d")];
[self.view setBackgroundColor:RGB16(0x1abc9d)];

期待

  • 如果在使用过程中遇到BUG,希望你能Issues我,谢谢(或者尝试下载最新的框架代码看看BUG修复没有)
  • 如果在使用过程中发现功能不够用,希望你能Issues我,我非常想为这个框架增加更多好用的功能,谢谢
  • 如果你想为RAlertView输出代码,请拼命Pull Requests我