Skip to content

Instantly share code, notes, and snippets.

@646b
646b / UIView+Useful.swift
Last active January 18, 2016 20:47
Useful UIView extensions
extension UIView {
/**
Searches for superview with specified type in view hierarchy
let cell = button.superviewOfType(UITableViewCell.self)
- Parameter type: Type of superview
- Returns: A superview of specified type
@646b
646b / man2pdf.sh
Created July 6, 2014 07:59
Man to pdf convert script (tested on Mac OS X)
#!/bin/bash
# Available fonts (use `grep -r "internalname" /usr/share/groff/1.19.2/font/devps/` to get the list):
#
# AB:AvantGarde-Demi
# ABI:AvantGarde-DemiOblique
# AI:AvantGarde-BookOblique
# AR:AvantGarde-Book
# BMB:Bookman-Demi
# BMBI:Bookman-DemiItalic