CocoaPods trunk is moving to be read-only. Read more on the blog, there are 15 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Mar 2015 |
Maintained by norsez.
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.
To run the example project, clone the repo, and run pod install
from the Example directory first.
BDInfiniteLabel is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "BDInfiniteLabel"
Norsez Orankijanan, http://about.me/norsez
BDInfiniteLabel is available under the MIT license. See the LICENSE file for more info.