Skip to content

CreoleLabel is custom label which helps user to manage top, bottom ,right and left space direct from property inspector.

License

Notifications You must be signed in to change notification settings

NirmalsinhRathod/CreoleLabel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CreoleLabel

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Swift 3.0 and iOS 10 and above

Manual Installation

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

Installation

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

pod "CreoleLabel"

Author

NirmalsinhRathod, [email protected]

License

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

About

CreoleLabel is custom label which helps user to manage top, bottom ,right and left space direct from property inspector.

Resources

License

Stars

Watchers

Forks

Packages

No packages published