DossyTextLabel
A subclass of UILabel reminiscent of Strong Bad's faithful Tandy 400.
Install / Use
/learn @joeynelson42/DossyTextLabelREADME
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
node-connect
332.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
81.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
332.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
81.7kCommit, push, and open a PR
