Skip to content

Instantly share code, notes, and snippets.

@C4Tutorials
C4Tutorials / C4WorkSpace.m
Last active December 16, 2015 01:38
Highlighting the center and origin after changing the anchorPoint.
//
// C4WorkSpace.m
//
// Created by Travis Kirton.
//
#import "C4WorkSpace.h"
@implementation C4WorkSpace
@C4Tutorials
C4Tutorials / C4WorkSpace.m
Created April 10, 2013 16:32
Rotating with an offset anchorPoint
//
// C4WorkSpace.m
//
// Created by Travis Kirton
//
#import "C4WorkSpace.h"
@implementation C4WorkSpace
@C4Tutorials
C4Tutorials / C4WorkSpace.m
Created April 10, 2013 16:48
Double Helix + Single Helix
//
// C4WorkSpace.m
//
// Created by Travis Kirton
//
#import "C4WorkSpace.h"
@implementation C4WorkSpace {
NSMutableArray *skyImages, *tableImagesRight, *tableImagesLeft;
@C4Tutorials
C4Tutorials / C4WorkSpace.m
Created April 10, 2013 18:18
Circle with adjusted animated properties
//
// C4WorkSpace.m
//
// Created by Travis Kirton.
//
#import "C4WorkSpace.h"
@implementation C4WorkSpace
@C4Tutorials
C4Tutorials / C4WorkSpace.m
Created April 10, 2013 20:58
Create a random polygon every time you touch the canvas.
//
// C4WorkSpace.m
// Examples
//
// Created by Travis Kirton.
//
#import "C4WorkSpace.h"
@implementation C4WorkSpace {
@C4Tutorials
C4Tutorials / C4WorkSpace.m
Last active December 16, 2015 03:59
Getting Things On-Screen
//
// C4WorkSpace.m
// Getting Things On-Screen Tutorial
//
// Created by Travis Kirton.
//
#import "C4WorkSpace.h"
/*
@C4Tutorials
C4Tutorials / C4WorkSpace.m
Last active December 16, 2015 04:09
Composite Objects Tutorial
//
// C4WorkSpace.m
// Composite Objects Tutorial
//
// Created by Travis Kirton.
//
#import "C4WorkSpace.h"
@implementation C4WorkSpace {
@C4Tutorials
C4Tutorials / C4WorkSpace.m
Created April 14, 2013 21:50
Composite Objects with Movies
//
// C4WorkSpace.m
// Composite Objects Tutorial
//
// Created by Travis Kirton.
//
#import "C4WorkSpace.h"
@implementation C4WorkSpace
@C4Tutorials
C4Tutorials / C4WorkSpace.m
Last active December 16, 2015 06:19
A Spiral made of small points
//
// C4WorkSpace.m
// Complex Shapes Tutorial
//
// Created by Travis Kirton.
//
#import "C4WorkSpace.h"
@implementation C4WorkSpace
@C4Tutorials
C4Tutorials / C4WorkSpace.m
Last active December 16, 2015 06:19
Polygon Spiral
//
// C4WorkSpace.m
// Complex Shapes Tutorial
//
// Created by Travis Kirton.
//
#import "C4WorkSpace.h"
@implementation C4WorkSpace