TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Nov 2015 |
Maintained by Grigory Lutkov.
Classes extends abilities of UILabel, UIButton, UITextField and UITextView.
Download repository, then add LGViews directory to your project.
platform :ios, '6.0'
pod 'LGViews', '~> 1.0'
github "Friend-LGA/LGViews" ~> 1.0
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"
For more details try Xcode Demo project and see files:
LGViews is released under the MIT license. See LICENSE for details.