Skip to content

Instantly share code, notes, and snippets.

@garmstro
garmstro / RoundRectView.swift
Created May 17, 2015 01:01
Rounded Rect Class
//
// RoundedRectView.swift
// SummitPeek
//
// Created by Geoff Armstrong on 5/4/15.
// Copyright (c) 2015 Geoff Armstrong. All rights reserved.
//
import UIKit
@garmstro
garmstro / QuadTree.swift
Created May 6, 2015 19:22
QuadTree Class In Swift
//
// QuadTree.swift
//
// Created by Geoff Armstrong on 5/5/15.
// Copyright (c) 2015 Geoff Armstrong. All rights reserved.
//
import UIKit
/**