Skip to content

Instantly share code, notes, and snippets.

@kirsteins
kirsteins / FR.alfredappearance
Last active March 22, 2019 14:16 — forked from frankrausch/FR.alfredappearance
My Alfred Appearance
{
"alfredtheme" : {
"result" : {
"textSpacing" : 4,
"subtext" : {
"size" : 12,
"colorSelected" : "#FFFFFFFF",
"font" : "CamingoCode",
"color" : "#7F7F7FFF"
},
@kirsteins
kirsteins / ViewController.swift
Created March 11, 2016 17:37 — forked from kellyegan/ViewController.swift
Send emails with attachments in iOS using Swift
//
// ViewController.swift
// SendEmailWithAttachment
//
// Created by Kelly Egan on 3/17/15.
// Copyright (c) 2015 Kelly Egan. All rights reserved.
//
import UIKit
import MessageUI