norsez / BDInfiniteLabel

One-line text label control that allows scrolling for the entire text.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BDInfiniteLabel

[![CI Status](http://img.shields.io/travis/Norsez Orankijanan/BDInfiniteLabel.svg?style=flat)](https://travis-ci.org/Norsez Orankijanan/BDInfiniteLabel) Version License Platform

What is it?

You hate it when long texts mess up your layout on iOS. UILabel font scaling doesn't really look quite right. Multi-line UILabel sometimes is not an option either.

Meet BDInfiniteLabel.

BDInfiniteLabel allows long texts to be displayed on screen with a paging button so that user can tap to page through the whole text.

BDInfiniteLabel

Usage

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

Requirements

  • iOS 6
  • QuartzCore

Installation

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

pod "BDInfiniteLabel"

Author

Norsez Orankijanan, http://about.me/norsez

License

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

About

One-line text label control that allows scrolling for the entire text.

License:MIT License


Languages

Language:Objective-C 43.0%Language:Shell 37.0%Language:Ruby 15.7%Language:C 4.3%