MarqueeLabel
MarqueeLabel copied to clipboard
A drop-in replacement for UILabel, which automatically adds a scrolling marquee effect when the label's text does not fit inside the specified frame
Hi, Mr.Powell First thing first, I really appreciate your code however I faced some problem. ### Expected Behavior I want the marquee label to keep auto scrolling without stopping ###...
I want to use MarqueeLabel within SwiftUI views. But I could not work it using the code below. How do I implement it? ```swift import SwiftUI import MarqueeLabel struct MarqueeText:...
### Usage Details - Language: - Platform: - iOS Version: ### Expected Behavior ### Actual Behavior ### Steps to Reproduce the Problem 1. when MarqueeLabel is added to UIWindow, function...
when i set a scrolling MarqueeLabel.attrbuteText, MarqueeLabel.sublabel.origin is set to (0,0). this is not what i want, animation seems to start again, not continuous. is there any way for me...
I use the MarqueeLabel in a bridge project. I have to create a class NewLabel (Subclassing) which is extended by the MarqueeLabel (Superclass), but I get a lot of errors....
Is it possible to keep the current scrolling position or state after layout changes? For example: scrolling is about 50%, the frame changes from (100pt x 20pt) to (101pt x...
When passing home in continuous scrolling without hold, the text flashes out of the fade gradient to opaque for a quick moment and then returns to being faded as it...
### Usage Details - Language: Objective-C - Platform: iPhone/iPad I have kludged a way to do this but it would be nice if there were an elegant way to do...
### Usage Details - Language: Swift - Platform: iPhone ### Steps to Reproduce the Problem 1. Clone the latest MarqueeLabel from Zip 2. Import MarqueeLabel.swift manually into project 3. Import...
When using continuous-type, linear animation curve label settings, a zero-length delay causes an animation jump at the end of each scrolling loop. See issue [#22 at the MarqueeLabel-Swift repo](https://github.com/cbpowell/MarqueeLabel-Swift/issues/22). [Relocated...