SkillAgentSearch skills...

DossyTextLabel

A subclass of UILabel reminiscent of Strong Bad's faithful Tandy 400.

Install / Use

/learn @joeynelson42/DossyTextLabel
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

DossyTextLabel 📟

A subclass of UILabel reminiscent of Strong Bad's faithful Tandy 400 and MS-DOS of yore.

Installation

Manual (read: Easy)

You can simply add the DossyText.swift file to your project

CocoaPods (read: Overkill)

You can use CocoaPods to install DossyText by adding it to your Podfile:

pod 'DossyText'

Usage

Simply create an instance of DossyTextLabel and add it to your view hierarchy however you would like:

let dossyLabel = DossyTextLabel()

Modify it as you would any UILabel:

dossyLabel.textColor = UIColor.cyan
dossyLabel.numberOfLines = 0
dossyLabel.lineBreakMode = .byWordWrapping

...and type away! ⌨️:

dossyLabel.type("Hello world!\nHow are you today?")

More granular modifications

Adjust the speed of the typing by changing millisecondsPerLetter. 70 is a pretty good place to start 🏃🏼.

blinksWhileIdle -- When the typing ends the blinking animation will (or will not) automatically start.

Meta(l!!! 🎸🎸🎸)

Joey Nelson – @jedmondn – joeyedmondnelson@gmail.com

Distributed under the MIT license. See LICENSE for more information.

Related Skills

View on GitHub
GitHub Stars73
CategoryDevelopment
Updated6mo ago
Forks3

Languages

Swift

Security Score

92/100

Audited on Sep 14, 2025

No findings