A morphing UILabel subclass written in Swift. The .Scale effect mimicked Apple's QuickType animation of iOS 8 of WWDC 2014. New morphing effects are available as Swift extensions. XCFramework is a new option introduced in Xcode 11. You can manually download the pre-compiled LTMorphingLabel.xcframework.zip from the Releases page. Then drag and drop it into your project. Change the class of a label from UILabel to LTMorphingLabel. Programmatically set a new String to its text property. To use interactively, call .pause() after changing .text property, and use updateProgress(progress: Float)to update the progress interactively. Even though this lib was used in a few products on App Store, it’s still an experimental project.
Features
- Change the class of a label from UILabel to LTMorphingLabel
- Programmatically set a new String to its text property
- Drag and drop it into your project
- Add LTMorphingLabel to your App targets dependencies
- Still an experimental project
- Use this library with React Native via the module provided