[![CI Status](http://img.shields.io/travis/Billy Lee/LBUtility.svg?style=flat)](https://travis-ci.org/Billy Lee/LBUtility)
#Simple usage include it in header
#inclue "LBUtility.h"
Some useful marco is provided :)
LBString(@"key")
UIColorWith256RGB(255, 255, 255)
UIColorWith256ARGB(255, 255, 255, 255)
UIColorWithRGB(1, 1, 1)
UIColorWithARGB(1, 1, 1, 1)
DLog(@"Hello world!");
#LBAnalogView This is a view build with UIView, it is trying to simulate AnalogView.
#LBButton / LBView / LBImageView It can also use in storyboard
cornerRadius : To make a round corner button without 1 line coding :) verticalAlignTextAndImage : To create a button with Image(Top) & Text(Bottom)
Language : objective-c Platform : iOS 8+
LBUtility is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "LBUtility"
Billy Lee, lchb1988@gmail.com
LBUtility is available under the MIT license. See the LICENSE file for more info.