Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barankaraoguzzz/lycricstextview
https://github.com/barankaraoguzzz/lycricstextview
animated animation baran change cocoapods color ios lyrics lyrics-fetcher objective-c subtitle swift swift4 textfield textview uitextfield uitextview
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/barankaraoguzzz/lycricstextview
- Owner: barankaraoguzzz
- License: mit
- Created: 2018-08-13T07:53:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-14T05:52:11.000Z (over 6 years ago)
- Last Synced: 2024-10-31T16:13:02.374Z (19 days ago)
- Topics: animated, animation, baran, change, cocoapods, color, ios, lyrics, lyrics-fetcher, objective-c, subtitle, swift, swift4, textfield, textview, uitextfield, uitextview
- Language: Swift
- Size: 37.1 KB
- Stars: 19
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LycricsTextView
[![CI Status](https://img.shields.io/travis/[email protected]/LycTextView.svg?style=flat)](https://travis-ci.org/[email protected]/LycTextView)
[![Version](https://img.shields.io/cocoapods/v/LycTextView.svg?style=flat)](https://cocoapods.org/pods/LycTextView)
[![License](https://img.shields.io/cocoapods/l/LycTextView.svg?style=flat)](https://cocoapods.org/pods/LycTextView)
[![Platform](https://img.shields.io/cocoapods/p/LycTextView.svg?style=flat)](https://cocoapods.org/pods/LycTextView)**LycricsTextView framework helps you make subtitle .You write just a line code and finished textView animation.**
![](https://media.giphy.com/media/oHw7dHlXMvukt6QOdA/giphy.gif)
## Example
```swift
import UIKit
import LycTextViewclass 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](http://cocoapods.org). 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.
```ruby
platform :ios, '8.0'
use_frameworks!pod 'LycricsTextView'
```####Then on the top of files where you are going to use this:
```swift
import LycricsTextView
```## Author
Baran Batuhan Karaoğuz([@Baran](https://github.com/barankaraoguzzz))
[email protected], [email protected]## License
LycTextView is available under the MIT license. See the LICENSE file for more info.
##Keywords swift, swift4, Animating, TextViewAnimating, TextView,, xcode, ios