CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Oct 2015 |
Maintained by Eugene Nguyen.
| Depends on: | |
| AVHexColor | >= 0 |
| MBProgressHUD | >= 0 |
| FontAwesomeKit | >= 0 |
To run the example project, clone the repo, and run pod install from the Example directory first.
To use this extension inside your project, just import
#import "XBExtension.h"
very simple. just use which function that you want
Remember to import umbrella header first
#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 is available under the MIT license. See the LICENSE file for more info.