All Projects → joeynelson42 → DossyTextLabel

joeynelson42 / DossyTextLabel

Licence: MIT license
A subclass of UILabel reminiscent of Strong Bad's faithful Tandy 400.

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to DossyTextLabel

Dwanimatedlabel
An UILabel subclass that lets you animate text with different types
Stars: ✭ 252 (+236%)
Mutual labels:  uilabel, uikit
Cltypinglabel
iOS UILabel with character by character typing /typewriter animation
Stars: ✭ 192 (+156%)
Mutual labels:  uilabel, uikit
anime-scraper
[partially working] Scrape and add anime episode stream URLs to uGet (Linux) or IDM (Windows) ~ Python3
Stars: ✭ 21 (-72%)
Mutual labels:  fun
ProxySwitcher
Easily enable / disable WiFi proxy on a jailbroken iOS device
Stars: ✭ 55 (-26.67%)
Mutual labels:  uikit
awesome-flutter-ui
10+ flutter(android, ios) UI design examples ⚡ - login, books, profile, food order, movie streaming, walkthrough, widgets
Stars: ✭ 848 (+1030.67%)
Mutual labels:  uikit
Zaina-iOS
A UIKit Game.
Stars: ✭ 43 (-42.67%)
Mutual labels:  uikit
randmoji
Generate wacky Bitmoji avatars using the private API.
Stars: ✭ 17 (-77.33%)
Mutual labels:  fun
DNZ.MvcComponents
A set of useful UI-Components (HtmlHelper) for ASP.NET Core MVC based-on Popular JavaScript Plugins (Experimental project).
Stars: ✭ 25 (-66.67%)
Mutual labels:  uikit
Redux
Manage iOS App state with Redux and Async/Await :)
Stars: ✭ 18 (-76%)
Mutual labels:  uikit
FunUtils
Some codes i wrote to help me with me with my daily errands ;)
Stars: ✭ 43 (-42.67%)
Mutual labels:  fun
random-restaurant-generator
An Android app that queries Yelp's API for a random restaurant near you
Stars: ✭ 15 (-80%)
Mutual labels:  fun
iOS14-Resources
A curated collection of iOS 14 projects ranging from SwiftUI to ML, AR etc.
Stars: ✭ 85 (+13.33%)
Mutual labels:  uikit
skill6-website-frontend
技术流网站前端工程。网站名称:技术流,英文名:skill6。使用前后端分离架构,前端使用vue、nodejs、bootstrap、emement ui、iview等开源框架实现,主要功能有:登录注册、单点登录、restful设计、文章及评论、资源下载、提问答疑、视频教程等。持续更新中... 地址:
Stars: ✭ 21 (-72%)
Mutual labels:  uikit
honk-twitter-bot
A simple honk twitter bot that reply honk slash command
Stars: ✭ 19 (-74.67%)
Mutual labels:  fun
awesome-neumorphism
A curated list of awesome Neumorphism resources.
Stars: ✭ 15 (-80%)
Mutual labels:  uikit
GravityTagCloudView
A tag cloud view with gravity.
Stars: ✭ 22 (-70.67%)
Mutual labels:  uilabel
StarWarsArrays.jl
Arrays indexed as the order of Star Wars movies
Stars: ✭ 93 (+24%)
Mutual labels:  fun
bruno
An enterprise-class package of Flutter components for mobile applications. ( Bruno 是基于一整套设计体系的 Flutter 组件库。)
Stars: ✭ 1,802 (+2302.67%)
Mutual labels:  uikit
LocalConsole
In-app console and debug tools for iOS developers
Stars: ✭ 595 (+693.33%)
Mutual labels:  uikit
LPThumbnailView
A thumbnail view for iOS to give context to multiple images/videos using thumbnails and counter.
Stars: ✭ 54 (-28%)
Mutual labels:  uikit

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[email protected]

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].