测试已测试 | ✗ |
Lang语言 | Obj-CObjective C |
许可证 | MIT |
发布上次发布 | 2015 年 10 月 |
由 Eugene Nguyen 维护。
依赖 | |
AVHexColor | >= 0 |
MBProgressHUD | >= 0 |
FontAwesomeKit | >= 0 |
要运行示例项目,请克隆仓库,并首先从 Example 目录运行 pod install
要在项目中使用此扩展,只需导入
#import "XBExtension.h"
非常简单。只需使用您想要的函数
记得首先导入概要头文件
#import <XBExtension.h>
[XBAppUtil call:@"123456789"];
[XBAppUtil callPromt:@"123456789"];
[XBAppUtil openURL:@"https://github.com/EugeneNguyen/XBExtension"];
XBHexColor(@"abcdef");
XBRGBColor(255, 0, 0);
eugene nguyen, [email protected]
XBExtension 在 MIT 许可证下可用。有关更多信息,请参阅 LICENSE 文件。