Skip to content

Instantly share code, notes, and snippets.

View guysung's full-sized avatar

Guysung Kim guysung

  • Carmel, IN
  • 11:29 (UTC -04:00)
View GitHub Profile
@travisjeffery
travisjeffery / TJViewController.m
Created August 6, 2012 21:55
Mask and Shadow an Image in iOS (Masked into Circle With Shadow)
//
// TJViewController.m
// MaskAndShadow
//
// Created by Travis Jeffery on 2012-08-06.
// Copyright (c) 2012 Travis Jeffery. All rights reserved.
//
#import "TJViewController.h"
#import <QuartzCore/QuartzCore.h>