AnimatedMaskLabel alternatives and similar libraries
Based on the "Label" category.
Alternatively, view AnimatedMaskLabel alternatives based on common mentions on social networks and blogs.
-
TTTAttributedLabel
A drop-in replacement for UILabel that supports attributes, data detectors, links, and more -
ActiveLabel.swift
UILabel drop-in replacement supporting Hashtags (#), Mentions (@) and URLs (http://) written in Swift -
MZTimerLabel
A handy class for iOS to use UILabel as a countdown timer or stopwatch just like in Apple Clock App. -
NumberMorphView
A label view for displaying numbers which can transition or animate using a technique called number tweening or number morphing. -
THLabel
UILabel subclass, which additionally allows shadow blur, inner shadow, stroke text and fill gradient.
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of AnimatedMaskLabel or a related project?
README
Animated Mask Label
Demo Screen Screenshot
Demo/Example
For demo:
$ pod try AnimatedMaskLabel
To run the example project, clone the repo, and run pod install
from the Example directory first.
$ cd Example
$ pod install
If you don't have CocoaPods installed, grab it with [sudo] gem install cocoapods
.
$ open AnimatedMaskLabel.xcworkspace
Requirements
- iOS 10.0 or later
- Swift 4+
- Xcode 9+
Installation
CocoaPods
AnimatedMaskLabel is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'AnimatedMaskLabel'
Carthage
Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
You can install Carthage with Homebrew using the following command:
$ brew update
$ brew install carthage
To integrate AnimatedMaskLabel into your Xcode project using Carthage, specify it in your Cartfile
:
github "jogendra/AnimatedMaskLabel"
Run carthage update
to build the framework and drag the built AnimatedMaskLabel.framework
into your Xcode project.
Manual Installation
Just drag the AnimatedMaskLabel.swift
files into your project.
Usage
Step 1:
Set your view class as AnimatedMaskLabel
-
Step 2:
The text you want to animated:
Author
Jogendra Singh
License
AnimatedMaskLabel is available under the MIT license. See the [LICENSE](LICENSE) file for more info.
*Note that all licence references and agreements mentioned in the AnimatedMaskLabel README section above
are relevant to that project's source code only.