G..lit...c...hing UILa..bel fo..r iO...S :tv:
Die Hauptfunktionen von kciter/glitchlabel sind: Labels, Text Display Components, Text Labels.
Open-Source-Alternativen zu kciter/glitchlabel sind unter anderem: optonaut/activelabel.swift — ActiveLabel.swift is a rich text parsing library and interactive text label for iOS. It functions as a replacement for… suzuki-0000/countdownlabel — Simple countdown UILabel with morphing animation, and some useful function. lexrus/ltmorphinglabel — LTMorphingLabel is a Swift UI component and animation framework designed to create visual morphing transitions between… me-abhinav/numbermorphview — A label view for displaying numbers which can transition or animate using a technique called number tweening or number… mukeshthawani/trilabelview — A triangle shaped corner label view for iOS written in Swift. instacart/nantes — Swift TTTAttributedLabel replacement.
ActiveLabel.swift is a rich text parsing library and interactive text label for iOS. It functions as a replacement for standard labels, identifying specific text patterns within strings and applying distinct visual styles to recognized entities. The project enables the detection and highlighting of hashtags, mentions, and URLs using a custom regular expression text recognizer. It allows for the definition of project-specific text patterns and uses predicate-based filtering to determine if detected entities should be highlighted or ignored. The system manages user interaction through entity t
Simple countdown UILabel with morphing animation, and some useful function.
LTMorphingLabel is a Swift UI component and animation framework designed to create visual morphing transitions between text strings within labels. It functions as a text morphing library that replaces static text updates with dynamic visual effects. The framework utilizes shaders and animations to blend one text string into another using effects such as scaling, pixelation, or burning. It achieves these transitions by coordinating high-level animation timing with low-level graphics rendering. The project covers a range of capabilities including temporal image blending and snapshot-based stat
A triangle shaped corner label view for iOS written in Swift.