Utility for iOS development
##Simple usage include it in header
#inclue "NEUtility.h"
Some useful marco is provided :)
NEString(@"key")
UIColorWith256RGB(255, 255, 255)
UIColorWith256ARGB(255, 255, 255, 255)
UIColorWithRGB(1, 1, 1)
UIColorWithARGB(1, 1, 1, 1)
DLog(@"Hello world!");
##NEAnalogView This is a view build with UIView, it is trying to simulate AnalogView.
##NEButton / NEView / NEImageView 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+
NEUtility is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "NEUtility"
NEIL, [email protected]
NEUtility is available under the MIT license. See the LICENSE file for more info.