Skip to content

Instantly share code, notes, and snippets.

@karltaylor
karltaylor / UIBorderedLabel.swift
Created December 1, 2016 14:46 — forked from karloscarweber/UIBorderedLabel.swift
UILabel subclass that makes setting padding really easy.
//
// UIBorderedLabel.swift
// standToMake
//
// Created by Karl Oscar Weber on 9/13/14.
// Copyright (c) 2014 Karl Oscar Weber. All rights reserved.
//
// Thanks to: http://userflex.wordpress.com/2012/04/05/uilabel-custom-insets/
import UIKit