TOMSMorphingLabel
TOMSMorphingLabel copied to clipboard
Configurable morphing transitions between text values of a label.
This updates the library to support Swift Package Manager. To do this, I rearranged files in accordance with the [traditional Swift Package Manager structure](https://developer.apple.com/documentation/xcode/creating_a_standalone_swift_package_with_xcode): _Source files reside in a folder...
I was getting a range exception on longer strings. I fixed it by adding checks for range in the main class and its string category ``` //tomsmorphinglabel Line 342 if...
I need to change font but I see an old font in animations. I fixed it, but can't create pull request. ``` -(void) setFont: (UIFont*)font { [super setFont: font]; @synchronized(self)...
Over the last days, I have tried to port this class to OS X. The problem is that CADisplayLink is not available on OS X. Its counterpart, CVDisplayLink should work,...
Fix for Issue #19
My UILabel uses attributed text so that I can have a variable number followed by a lower case letter (e.g. 324g). Anyway, your pod is exactly what i was looking...
I would love to see UIButton's label support the morphing effect! Great job btw!
Hi, thanks for your awesome controller. There is a bug issue when you write emoji. The layout becomes really messy. Any clue ?
I want to self-size cells in my collection view, so I need a means of updating the cell's constraints based on the content. The content in this case is a...
Xcode 14.1, iOS 16.1 When the TOMSMorphingLabel is set to use the system font, there is a flash of a serif font (looks like Times New Roman) during the animation....