barankaraoguzzz / LycricsTextView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LycricsTextView

CI Status Version License Platform

LycricsTextView framework helps you make subtitle .You write just a line code and finished textView animation.

Example

import UIKit
import LycTextView

class ViewController: UIViewController {

    @IBOutlet weak var lycricsTextView: LycricsTextView!

    override func viewDidLoad() {
        super.viewDidLoad()
        lycricsTextView.lycricsColor = .red
        lycricsTextView.animateTime = 20
        lycricsTextView.startLycrics()
    }
}

Install via CocoaPods

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

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

platform :ios, '8.0'
use_frameworks!

pod 'LycricsTextView'

####Then on the top of files where you are going to use this:

import LycricsTextView

Author

Baran Batuhan Karaoğuz(@Baran) baran.karaoguz@ogr.sakarya.edu.tr, b.b.karaoguz@gmail.com

License

LycTextView is available under the MIT license. See the LICENSE file for more info. ##Keywords swift, swift4, Animating, TextViewAnimating, TextView,, xcode, ios