Friend-LGA / LGViews

Classes extends abilities of UILabel, UIButton, UITextField and UITextView
MIT License
55 stars 23 forks source link

LGViews

Classes extends abilities of UILabel, UIButton, UITextField and UITextView.

Preview

Installation

With source code

Download repository, then add LGViews directory to your project.

With CocoaPods

CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries in your projects. To install with cocoaPods, follow the "Get Started" section on CocoaPods.

Podfile

platform :ios, '6.0'
pod 'LGViews', '~> 1.0.0'

With Carthage

Carthage is a lightweight dependency manager for Swift and Objective-C. It leverages CocoaTouch modules and is less invasive than CocoaPods. To install with carthage, follow the instruction on Carthage.

Cartfile

github "Friend-LGA/LGViews" ~> 1.0.0

Usage

In the source files where you need to use the library, import the header file:

#import "LGViews.h"

Or you can use sublibraries separately, depend of your needs:

#import "LGLabel.h"
#import "LGButton.h"
#import "LGTextField.h"
#import "LGTextView.h"
#import "LGRadioButtonsView.h"

More

For more details try Xcode Demo project and see files:

License

LGViews is released under the MIT license. See LICENSE for details.