Translucid 0.0.2

Translucid 0.0.2

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Aug 2016
SPMSupports SPM

Maintained by Lucas Ortis.



  • By
  • Lucas Ortis

Translucid

Simple and light weight UIView that animate text with an image.

Demo

Translucid

Installation

Usage

    override func loadView() {
        super.loadView()

        let starWars: Translucid = Translucid(frame: self.view.bounds)
        starWars.font = UIFont(name: "Starjedi", size: 20)!
        starWars.text = "Star Wars"
        starWars.backgroundImage = UIImage(named: "stars")

        self.view.addSubview(starWars)

        starWars.animate()
    }

Author

Lucas Ortis:

License

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