Skip to content

Instantly share code, notes, and snippets.

View maxwellimpact's full-sized avatar
😀
Making something awesome...

Jonathan Cox maxwellimpact

😀
Making something awesome...
View GitHub Profile
// Playground - noun: a place where people can play
import UIKit
import XCPlayground
class randomCirclesView: UIView {
override func drawRect(rect: CGRect) {
drawCircles()