AYTypeWriter
Typewriter animation for text displaying
Install / Use
/learn @ansonyao/AYTypeWriterREADME
AYTypeWriter
Demo

How to use
You can use the AYTypeWriterView class either in code or in IB.
Pass your text and start the animation:
typewriterView.label.text = "Hello, AYTypeWriterView 📝"
typewriterView.startAnimation()
typewriterView.delegate = self
Customize the appearance of text by using label properies or attributtedString
/*
Customization 1
*/
typewriterView.label.textColor = primaryColor
typewriterView.label.font = primaryFont
/*
Customization 2
*/
typewriterView.label.attributedText = getAttributedText()
Example
To run the example project, clone the repo, and run pod install from the Example directory first.
Installation
AYTypeWriter is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'AYTypeWriter'
Author
Anson (Enxin) Yao, yaoenxin@gmail.com
License
AYTypeWriter is available under the MIT license. See the LICENSE file for more info.
Related Skills
node-connect
335.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
82.5kCreate 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
335.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
82.5kCommit, push, and open a PR
