Skip to content

Instantly share code, notes, and snippets.

View aaronabentheuer's full-sized avatar

Aaron Abentheuer aaronabentheuer

View GitHub Profile
@aaronabentheuer
aaronabentheuer / Implementing Rounded Corners in iOS
Created September 15, 2014 12:00
Screens are Rounded Rectangles.
// AppDelegate.swift
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
var activeCornerRadius : Int = 6
var incativeCornerRadius : Int = 0