keyboardsamurai / IPInsetLabel

A simple UILabel subclass that adds padding insets, auto-height-resizing, and vertical alignment.

Home Page:https://gist.github.com/marcoarment/2596057

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPInsetLabel

A simple UILabel subclass that adds padding insets, auto-height-resizing, and vertical alignment.

From https://gist.github.com/marcoarment/2596057 and @soffes/SAMLabel

With modifications from comments

Wrapped into a Cocoapod on GitHub for easy installation and collaborative sustainability

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

Usage

self.insetLabel.insets = UIEdgeInsetsMake(8, 16, 12, 16); // top, left, bottom, right
self.insetLabel.verticalTextAlignment = UIControlContentVerticalAlignmentBottom;

Requirements

Installation

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

pod "IPInsetLabel"

Author

@marcoarment @jeebster @bomalley @danomatika @soffes @doublerebel

License

Copyright 2011 Instapaper LLC, released to the public domain.

About

A simple UILabel subclass that adds padding insets, auto-height-resizing, and vertical alignment.

https://gist.github.com/marcoarment/2596057

License:MIT License


Languages

Language:Objective-C 70.7%Language:Ruby 29.3%