CocoaPods trunk is moving to be read-only. Read more on the blog, there are 15 months to go.

BDInfiniteLabel 0.10.0

BDInfiniteLabel 0.10.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Mar 2015

Maintained by norsez.



  • By
  • Norsez Orankijanan

What is it?

UILabel replacement for when you need to fit a long text into a limited space.

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.