All Projects → THREDOpenSource → SYNFadingLabel

THREDOpenSource / SYNFadingLabel

Licence: MIT license
A simple label with UIVisualEffectView vibrancy that automatically fades away.

Programming Languages

objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to SYNFadingLabel

Touch Dnd
Advanced touch-compatible Drag and Drop library providing Draggable, Droppable and Sortable for Zepto.js and jQuery
Stars: ✭ 104 (+333.33%)
Mutual labels:  unmaintained
Pyad
Python Active Directory Tools | *Not actively maintained*
Stars: ✭ 136 (+466.67%)
Mutual labels:  unmaintained
Escomplex
UNMAINTAINED
Stars: ✭ 175 (+629.17%)
Mutual labels:  unmaintained
Ticons Cli
Command-Line version of TiCons for generating icons and splash screens for Titanium & Alloy projects.
Stars: ✭ 109 (+354.17%)
Mutual labels:  unmaintained
Ruby Filemagic
Ruby bindings to the magic(4) library, revised.
Stars: ✭ 129 (+437.5%)
Mutual labels:  unmaintained
Chandler
[unmaintained] chandler syncs your CHANGELOG entries to GitHub's release notes
Stars: ✭ 157 (+554.17%)
Mutual labels:  unmaintained
Stargus
Importer and scripts for Starcraft
Stars: ✭ 94 (+291.67%)
Mutual labels:  unmaintained
Twitchplaysx
🎮 Connect to IRC to send inputs to any program, Twitch Plays Pokemon style. (Windows, Linux, OSX)
Stars: ✭ 227 (+845.83%)
Mutual labels:  unmaintained
Nvidia Vbios Vfio Patcher
A Python script to patch NVIDIA vBIOS dumps into a format compatible with VFIO passthrough
Stars: ✭ 134 (+458.33%)
Mutual labels:  unmaintained
Jquery Jsonrpc
[Unmaintained] JSON-RPC 2.0 client for jQuery.
Stars: ✭ 174 (+625%)
Mutual labels:  unmaintained
Ostel
Open Secure Telephony platform (no longer maintained)
Stars: ✭ 115 (+379.17%)
Mutual labels:  unmaintained
Capistrano Mb
[unmaintained] Capistrano tasks for deploying Rails from scratch to Ubuntu 16.04 and 18.04
Stars: ✭ 117 (+387.5%)
Mutual labels:  unmaintained
Jquery Counter
jQuery.counter (javascript + css3)
Stars: ✭ 165 (+587.5%)
Mutual labels:  unmaintained
Tgcameraviewcontroller
Custom camera with AVFoundation. Beautiful, light and easy to integrate with iOS projects.
Stars: ✭ 1,432 (+5866.67%)
Mutual labels:  unmaintained
Wpthumb
⚠️ UNMAINTAINED ⚠️ On demand image resizing for WordPress
Stars: ✭ 181 (+654.17%)
Mutual labels:  unmaintained
Splendidbacon
Project Management for hackers
Stars: ✭ 102 (+325%)
Mutual labels:  unmaintained
Malgraph4
MALgraph: statistics service for MyAnimeList.net users.
Stars: ✭ 143 (+495.83%)
Mutual labels:  unmaintained
bamboo
Chef Cookbook for Atlassian Bamboo
Stars: ✭ 15 (-37.5%)
Mutual labels:  unmaintained
Json File Store
A simple JSON store for Node.js
Stars: ✭ 186 (+675%)
Mutual labels:  unmaintained
Cudlr
⛔️ [DEPRECATED] Console for Unity Debugging and Logging Remotely
Stars: ✭ 167 (+595.83%)
Mutual labels:  unmaintained

SYNFadingLabel

Version License Platform

Screenshot

screenshot animated

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.


To use SYNFadingLabel, create a view in storyboard and set its class to SYNFadingLabel.

After creating an outlet, configure it like so:

self.fadingLabel.backgroundColor = [UIColor clearColor];
[self.fadingLabel configureWithFont:[UIFont fontWithName:@"AvenirNext-Regular" 
                               size:16] 
                          fadeDelay:2.5 
                       fadeDuration:0.3];

To make the label appear, just set its text:

[self.fadingLabel setText:@"page %@ / %@", curPage, totalPages];

The label will automatically fade away after the set delay.


Requirements

iOS 8 (UIVisualEffectsView)

Installation

SYNFadingLabel is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "SYNFadingLabel"

Author

Sidhant Gandhi, [email protected]

License

SYNFadingLabel is available under the MIT license. See the LICENSE file for more info.

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