- August 22, 2025
- Mins Read
Pure Swift Cross-platform UIKit (Cocoa Touch) implementation (Supports Linux)
brew install cairo sdl2 lcms2
swift build -Xlinker -L/usr/local/lib
sudo apt-get install libcairo-dev libsdl2-dev liblcms2-dev
swift build
UIView
animationsUIViewContentMode
A SwiftUI Marquee or "scrolling text" effect found in Apple native apps. For when one line isn't enough, but two ...
Introduction Text composition in SwiftUI can often be cumbersome, especially when there's logic affecting its format and content. TextBuilder leverages the ...