To run the example project, clone the repo, and run pod install
from the Example directory first.
Swift 3.0 and iOS 10 and above
If you don't want use pod, then you just drag CreoleLabel.swift and write below code to implement label.
let yourLabel = CreoleLabel.init(frame: CGRect.init(x: X, y: Y, width: WIDTH, height: HEIGHT))
yourLabel._topInset = TOP_INSET_VALUE
yourLabel._bottomInset = BOTTOM_INSET_VALUE
yourLabel._leftInset = LEFT_INSET_VALUE
yourLabel._rightInset = RIGHT_INSET_VALUE
CreoleLabel is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "CreoleLabel"
NirmalsinhRathod, [email protected]
CreoleLabel is available under the MIT license. See the LICENSE file for more info.