- August 28, 2025
- Mins Read



$ 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
AnimatedMaskLabel is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod ‘AnimatedMaskLabel’
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.
Just drag the AnimatedMaskLabel.swift files into your project.
Set your view class as AnimatedMaskLabel –

The text you want to animated:

This package provides you with an easy way to show tooltips over any SwiftUI view, since Apple does not provide ...
SimpleToast is a simple, lightweight, flexible and easy to use library to show toasts / popup notifications inside iOS or ...
Create Toast Views with Minimal Effort in SwiftUI Using SSToastMessage. SSToastMessage enables you to effortlessly add toast notifications, alerts, and ...