All Projects → kciter → Glitchlabel

kciter / Glitchlabel

Licence: mit
G..lit...c...hing UILa..bel fo..r iO...S 📺

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Glitchlabel

Feathersui Starling
User interface components for Starling Framework and Adobe AIR
Stars: ✭ 934 (-4.79%)
Mutual labels:  ui-components
Elm Ui
UI library for making web applications with Elm
Stars: ✭ 878 (-10.5%)
Mutual labels:  ui-components
React Floating Button Menu
A customizable floating action button menu that follows material design
Stars: ✭ 27 (-97.25%)
Mutual labels:  ui-components
Eva
💫Customizable Design System easily adaptable to your Brand.
Stars: ✭ 843 (-14.07%)
Mutual labels:  ui-components
Android Expandicon
Nice and simple customizable implementation of Google style up/down expand arrow.
Stars: ✭ 871 (-11.21%)
Mutual labels:  ui-components
Tvlightsegments
🗂 Apple TV | Clean, simple and beautiful segment bar for your AppleTv app.
Stars: ✭ 20 (-97.96%)
Mutual labels:  ui-components
Vertical Slide Color Picker
🦁 Vertical slide color picker for Android
Stars: ✭ 18 (-98.17%)
Mutual labels:  ui-components
Module Project
扩展性和灵活性非常好的模块化开发框架,内置很灵活高效的模板引擎
Stars: ✭ 33 (-96.64%)
Mutual labels:  ui-components
Showkase
🔦 Showkase is an annotation-processor based Android library that helps you organize, discover, search and visualize Jetpack Compose UI elements
Stars: ✭ 873 (-11.01%)
Mutual labels:  ui-components
Vuetify
🐉 Material Component Framework for Vue
Stars: ✭ 33,085 (+3272.58%)
Mutual labels:  ui-components
Ui Box
Blazing Fast React UI Primitive
Stars: ✭ 847 (-13.66%)
Mutual labels:  ui-components
Zircleui
🚀 zircle-ui is a frontend library to develop zoomable user interfaces.
Stars: ✭ 870 (-11.31%)
Mutual labels:  ui-components
Qmuidemo ios
Sample Code for QMUI iOS
Stars: ✭ 912 (-7.03%)
Mutual labels:  ui-components
Refraction
Collection of React components used at Quid
Stars: ✭ 27 (-97.25%)
Mutual labels:  ui-components
Reactivemaps
A data aware UI components library for building realtime maps
Stars: ✭ 944 (-3.77%)
Mutual labels:  ui-components
Tinderclone
Android UI clone of the official Tinder ❤ app
Stars: ✭ 24 (-97.55%)
Mutual labels:  ui-components
Uiv
Bootstrap 3 components implemented by Vue 2.
Stars: ✭ 882 (-10.09%)
Mutual labels:  ui-components
Ng Zorro Antd
Angular UI Component Library based on Ant Design
Stars: ✭ 7,841 (+699.29%)
Mutual labels:  ui-components
Quick Free Bootstrap Theme
Free Bootstrap 4 Theme perfect for building responsive, mobile-first projects on the web suitable for businesses, startups, and agencies.
Stars: ✭ 31 (-96.84%)
Mutual labels:  ui-components
Ember Perfect Scroll
Perfect scroll component as an Ember cli addon
Stars: ✭ 21 (-97.86%)
Mutual labels:  ui-components
Preview gif

License Platform Carthage compatible Build Status

Glitching UILabel for iOS 📺
Created by Lee Sun-Hyoup.

Try the sample

$ pod try GlitchLabel

Requirements

  • iOS 8.0+
  • Swift 3
  • Xcode 8

Installation

  • CocoaPods

    use_frameworks!
    pod "GlitchLabel", "~> 2.0.0"
    
  • Carthage

    github "kciter/GlitchLabel"
    
  • Swift Package Manager

    import PackageDescription
    
    let package = Package(
      name: "App",
      dependencies: [
        .Package(url: "https://github.com/kciter/GlitchLabel.git", majorVersion: 2)
      ]
    )
    
  • Manually

    • To install manually the GlitchLabel in an app, just drag the GlitchLabel/GlitchLabel.swift file into your project.

Usage

Storyboard support

Storyboard support

Programmatically

let glitchLabel = GlitchLabel()
glitchLabel.text = "Hello, World!"
// ... Change font
glitchLabel.sizeToFit()
// ... Change offset
view.addSubview(glitchLabel)

White screen

glitchLabel.blendMode = .Multiply
White screen

Inspired

Donate

If you like this open source, you can sponsor it. 😄

Paypal me

License

The MIT License (MIT)

Copyright (c) 2016 Lee Sun-Hyoup

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].