NEUtility 0.0.1

NEUtility 0.0.1

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

Maintained by NEIL.



NEUtility 0.0.1

  • By
  • NEIL

Utility for iOS development

Usage

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)

Requirements

Language : objective-c Platform : iOS 8+

Installation

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

pod "NEUtility"

Author

NEIL, [email protected]

License

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