LBUtility 1.2.3

LBUtility 1.2.3

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

Maintained by billy1988.



LBUtility 1.2.3

  • By
  • Billy Lee

LBUtility-ios

Usage

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)

Requirements

Language : objective-c Platform : iOS 8+

Installation

LBUtility is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "LBUtility"

Author

Billy Lee, [email protected]

License

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