GranibleLabel

Very easy to use and simple gradation animate Label.

top left right bottom
top.gif left.gif right.gif bottom.gif
leftTopDiagonal leftBottomDiagonal rightTopDiagonal rightBottomDiagonal
leftTopDiagonal.gif leftBottomDiagonal.gif rightTopDiagonal.gif rightBottomDiagonal.gif

Install

pod 'GranibleLabel'
Swift

Example

Up to 4 colors can be set.
Up to three colors available in infinity mode.

  • Set no animation normal gradient
/* 
* .bottom, .leftTopDiagonal, etc...
*/ 
let label = GranibleLabel()
label.colors = [UIColor.red, UIColor.orange]
Swift
  • Set animation direction
/* 
* direction = .bottom, .leftTopDiagonal, etc...
* animate default = false
*/
label.direction = .top
label.animate = true
Swift
  • Set infinity mode
label.direction = .top
label.animate = true
label.infinity = true
Swift
  • Set reverse mode
/* 
* autoreverses default = false
*/
label.direction = .top
label.animate = true
label.reverse = true
Swift
  • And other settings
/*
* You can use it just like a normal UILabel.
*/
label.text = "label"
label.textAlignment = .center
label.font = .boldSystemFont(ofSize: 10)
label.numberOfLines = 2
Swift

GitHub

Veeeeeeeeeeeeeeeery easy to use and simple gradation animate LabelRead More

Latest commit to the master branch on 10-22-2021
Download as zip