All Projects → Ibrahimhass → IHTypeWriterLabel

Ibrahimhass / IHTypeWriterLabel

Licence: MIT License
No description or website provided.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to IHTypeWriterLabel

typed.css
A fully functional and flexible typewriter mixin for SCSS, with Less and Stylus support coming soon! Typed.css supports multiple strings, multi-line strings, variable speeds, per-string styling, animated caret (blinking insertion cursor), directional type-pausing, and much more. It's even accessible! ✨
Stars: ✭ 113 (+370.83%)
Mutual labels:  typewriter
use-typewriter
useTypewriter
Stars: ✭ 43 (+79.17%)
Mutual labels:  typewriter
xcode-canvas-color
macOS tweak that changes the background color of Xcode's storyboard editor
Stars: ✭ 17 (-29.17%)
Mutual labels:  storyboard
Flutter-StoryBoard
A Flutter based application to showcase your custom widgets in your app that helps in easy review of the design.
Stars: ✭ 20 (-16.67%)
Mutual labels:  storyboard
obsidian-journey-plugin
Discover the story between your notes in Obsidian
Stars: ✭ 93 (+287.5%)
Mutual labels:  storyboard
OneKeyChangeXIBColor
快速修改XIB或者Storyboard的控件颜色
Stars: ✭ 25 (+4.17%)
Mutual labels:  storyboard
react-native-speech-bubble
💬 A speech bubble dialog component for React Native.
Stars: ✭ 50 (+108.33%)
Mutual labels:  typewriter
amiri-typewriter
Mono-width companion to Amiri font family
Stars: ✭ 23 (-4.17%)
Mutual labels:  typewriter
IBProperty
XIB、Storyboard Helper
Stars: ✭ 31 (+29.17%)
Mutual labels:  storyboard
DossyTextLabel
A subclass of UILabel reminiscent of Strong Bad's faithful Tandy 400.
Stars: ✭ 75 (+212.5%)
Mutual labels:  uilabel-subclass
storybrew
A storyboard editor for osu!
Stars: ✭ 119 (+395.83%)
Mutual labels:  storyboard
Triangle
A (really) simple Swift 4 UIView class with a triangle and a diagonal line rendered and customizable in the storyboard (color, line width, direction)
Stars: ✭ 25 (+4.17%)
Mutual labels:  storyboard
NSVLocalizationKit
Localize directly from Storyboard or Xib, it will automatically update all texts after in app language changing, without any line of code
Stars: ✭ 21 (-12.5%)
Mutual labels:  storyboard
StoryboardKit
All you would want to know about yer Storyboards
Stars: ✭ 12 (-50%)
Mutual labels:  storyboard
ios ui recipe showcase
iOSアプリ開発 - UI実装であると嬉しいレシピブック掲載サンプル
Stars: ✭ 54 (+125%)
Mutual labels:  storyboard
IBKit
A declarative style interface builder in Swift
Stars: ✭ 38 (+58.33%)
Mutual labels:  storyboard
react-typewriter-js
Simple vanilla JS script to simulate text typewriting effect.
Stars: ✭ 18 (-25%)
Mutual labels:  typewriter
KDRearrangeableCollectionViewFlowLayout
A Drag and Rearrange UICollectionView through its layout
Stars: ✭ 73 (+204.17%)
Mutual labels:  storyboard
NeumorphismKit
Neumorphism framework for UIKit.
Stars: ✭ 39 (+62.5%)
Mutual labels:  storyboard
PureForm
No description or website provided.
Stars: ✭ 22 (-8.33%)
Mutual labels:  storyboard

IHTypeWriterLabel

A simple, UILabel subclass which poulates itself as if being typed.

HighLights

Written purely in SWIFT. Very simple and lightweight. Hardly 119 lines of Code. Works with both Auto Layout as well as as constraint based layouts.

Getting Started

To begin using IHTypeWriterLabel you must first make sure you have the proper build requirements.

Build Requirements

iOS

8.0+

Adding To Project

You can add IHTypeWriterLabel to your project in a few ways:

The way to use IHTypeWriterLabel is to download the IHTypeWriterLabel class file in your project as is and use.

ScreenShot

mygithubvideo

Usage

StoryBoard

Make the UIView a subclass of IHTypeWriterLabel, make its outlet and initialise or do it on the go in the Interface builder. :

StoryBoard SetUp

screen shot 2017-11-13 at 11 40 15 pm

#Programatic setUp WithOut Constraints

let ihLabel = IHTypeWriterLabel.init(frame: CGRect.init(x: 0, y: 100, width: 200, height: 300))
self.view.addSubview(ihLabel)
ihLabel.animationDuration = 5.0
ihLabel.text = "Hello. Hope you like this implementation. Happy Coding. Have a nice day. Thank you. :)"
ihLabel.numberOfLines = 0
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].