Skip to content

billxie1988/FTGradientLabel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FTGradientLabel

FTGradientLabel

Make UILabel Gradient

Version 1.0.0


If you like FTGradientLabel and use it, could you please:

  • star this repo
  • send me some feedback. Thanks!

Basic usage

add "FTGradientLabel.swift" to your proj


- (void)viewDidLoad()
{
    ... ...
       
    var testlabel = FTGradientLabel(frame: CGRectMake(0, 0, 200, 50))
        testlabel.text = "Helloworld"
        testlabel.font = UIFont(name: "Helvetica", size: 41)
        testlabel.gradientStartPoint = CGPointMake(0, 0)
        testlabel.gradientEndPoint = CGPointMake(1, 1)
        testlabel.center = view.center
        testlabel.gradientColors = [UIColor.redColor(),UIColor.yellowColor()]
        self.view.addSubview(testlabel)
}

Misc

Author: BillXie


License

This code is distributed under the terms and conditions of the MIT license.


Contribution guidelines

If you are fixing a bug you discovered, please add also a unit test so I know how exactly to reproduce the bug before merging.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages