SwiftyScrollingLabel is a subclass of UIView and it adds a label on it with scrolling marquee effect.
- Easy setup with @IBInspectable
- A beautiful and animated Scrolling effect.
- Stop and Resume Animation Feature.
- iOS 8.0+
- Xcode 8.0
- Swift 3.0
- Clone or Download this Repo. Then simply drag the class SwiftyScrollingLabel.swift to your Xcode project.
- Set the class and configure the options.
- Create a label outlet and call the
startAnimate
method to start scrolling effect. - For Resume Animation call
resumeAnimate
method. - For Stop Animation call
pauseAnimate
method.
Always call startAnimate
in viewDidAppear
method.
Any contribution is more than welcome! You can contribute through pull requests and issues on GitHub.