SwiftyScrollingLabel
SwiftScrollingLabel is a subclass of UIView and it adds a label on it with scrolling marquee effect.
Install / Use
/learn @Sahilberi/SwiftyScrollingLabelREADME
SwiftyScrollingLabel
SwiftyScrollingLabel is a subclass of UIView and it adds a label on it with scrolling marquee effect.

Features
- [x] Easy setup with @IBInspectable
- [x] A beautiful and animated Scrolling effect.
- [x] Stop and Resume Animation Feature.
Requirements
- iOS 8.0+
- Xcode 8.0
- Swift 3.0
Installation
Manually
- Clone or Download this Repo. Then simply drag the class SwiftyScrollingLabel.swift to your Xcode project.
By Inspector
- Set the class and configure the options.
Methods
- Create a label outlet and call the
startAnimatemethod to start scrolling effect. - For Resume Animation call
resumeAnimatemethod. - For Stop Animation call
pauseAnimatemethod.
Note:
Always call startAnimate in viewDidAppear method.
Contributions
Any contribution is more than welcome! You can contribute through pull requests and issues on GitHub.
