Skip to content

Instantly share code, notes, and snippets.

View inquisitiveSoft's full-sized avatar

Harry Jordan inquisitiveSoft

View GitHub Profile
@samuel-mellert
samuel-mellert / UIFont+SizeAndWeight.swift
Last active May 21, 2019 02:20
Extension to UIFont that allows to use UIFont.systemFontOfSize:weight: on iOS >= 7
//
// UIFont+SizeAndWeight.swift
//
// Created by Samuel Mellert on 08/01/16.
//
import UIKit
public enum FontWeight {
case Normal