XBExtension 0.3.9.1

XBExtension 0.3.9.1

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

Maintained by Eugene Nguyen.



 
Depends on:
AVHexColor>= 0
MBProgressHUD>= 0
FontAwesomeKit>= 0
 

XBExtension 0.3.9.1

Usage

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"

How to use

very simple. just use which function that you want

Remember to import umbrella header first

#import <XBExtension.h>
  1. AppUtil allow you shortened some action.
[XBAppUtil call:@"123456789"];
[XBAppUtil callPromt:@"123456789"];
[XBAppUtil openURL:@"https://github.com/EugeneNguyen/XBExtension"];
  1. Using XBColor to make things better
XBHexColor(@"abcdef");
XBRGBColor(255, 0, 0);

Installation

Author

eugene nguyen, [email protected]

License

XBExtension is available under the MIT license. See the LICENSE file for more info.