SkillAgentSearch skills...

GradientBorderedLabelView

IBDesignable label with customizable gradient attributes

Install / Use

/learn @mkeremkeskin/GradientBorderedLabelView
About this skill

Quality Score

0/100

Category

Design

Supported Platforms

Universal

README

GradientBorderedLabelView

Version License Platform

What does GradientBorderedLabelView do?

<img src = "Screenshots/gradientBorderedLabelViewLogo.png" >
  • You can add it from code or from storyboard
  • You can see changes on the fly from storyboard because it's IBDesignable
  • What If you are using autolayout or dynamic size? GradientBorderedLabelView will arrange font size according to label's size. No need to worry.

Example

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

Installation

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

pod 'GradientBorderedLabelView'

Or you can download the sample project, just drag and drop the GradientBorderedLabelView.swift file to your project.

Usage

  • You can add it from storyboard, change custom attributes on storyboard and see changes on the fly.

Or you can add it via code as below:

    let gradientLabel = GradientBorderedLabelView(frame: CGRect(x: 20, y: 70, width: 160, height: 100))
    gradientLabel.textOfLabel = "Some gradient text from code with custom font"
    gradientLabel.fontSizeOfLabel = 22
    gradientLabel.customFontName = "Arial-ItalicMT"
    gradientLabel.labelBackgroundColor = UIColor.black

Screenshots

<img src = "Screenshots/storyboard.png" width = "1200" > <img src = "Screenshots/simulator.png" width= "600">

Detailed explanation

You can find detailed explanation about what is the aim behind this library and how does its inner components work on my medium post.

https://medium.com/dolap-tech/gradient-bordered-label-view-on-ios-37bc97076ef2

Author

mkeremkeskin@gmail.com / (@mkeremkeskin on Twitter).

License

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

Related Skills

View on GitHub
GitHub Stars74
CategoryDesign
Updated2y ago
Forks13

Languages

Swift

Security Score

85/100

Audited on Mar 14, 2024

No findings