Skip to content

Instantly share code, notes, and snippets.

@C4Examples
C4Examples / C4WorkSpace.m
Created July 25, 2012 17:50
Stroke Start / End
//
// C4WorkSpace.m
// Examples
//
// Created by Travis Kirton on 12-07-19.
//
#import "C4WorkSpace.h"
@interface C4WorkSpace ()
@C4Examples
C4Examples / C4WorkSpace.m
Created July 25, 2012 19:20
Line End Points (Animated)
//
// C4WorkSpace.m
// Examples
//
// Created by Travis Kirton on 12-07-19.
//
#import "C4WorkSpace.h"
@interface C4WorkSpace ()
//
// C4WorkSpace.m
// Examples
//
// Created by Travis Kirton on 12-07-19.
//
#import "C4WorkSpace.h"
@interface C4WorkSpace ()
@C4Examples
C4Examples / C4WorkSpace.m
Created July 25, 2012 20:26
Advanced lineDashPattern
//
// C4WorkSpace.m
// Examples
//
// Created by Travis Kirton on 12-07-19.
//
#import "C4WorkSpace.h"
@interface C4WorkSpace ()
@C4Examples
C4Examples / C4WorkSpace.m
Created July 26, 2012 15:33
Advanced lineDashPhase
//
// C4WorkSpace.m
// Examples
//
// Created by Travis Kirton on 12-07-19.
//
#import "C4WorkSpace.h"
@interface C4WorkSpace ()
@C4Examples
C4Examples / C4Workspace.m
Created July 26, 2012 15:44
Line Dash Pattern
//
// C4WorkSpace.m
// Examples
//
// Created by Travis Kirton on 12-07-19.
//
#import "C4WorkSpace.h"
@implementation C4WorkSpace {
@C4Examples
C4Examples / C4WorkSpace.m
Created July 26, 2012 16:06
Animated Line Dash Pattern 1
//
// C4WorkSpace.m
// Examples
//
// Created by Travis Kirton on 12-07-19.
//
#import "C4WorkSpace.h"
@interface C4WorkSpace ()
@C4Examples
C4Examples / C4WorkSpace.m
Created July 26, 2012 17:11
Animated Line Dash Pattern 2
//
// C4WorkSpace.m
// Examples
//
// Created by Travis Kirton
//
#import "C4WorkSpace.h"
@interface C4WorkSpace ()
@C4Examples
C4Examples / C4WorkSpace.m
Created July 26, 2012 17:31
Animated Line Dash Pattern 3 (with text shape)
//
// C4WorkSpace.m
// Examples
//
// Created by Travis Kirton
//
#import "C4WorkSpace.h"
@interface C4WorkSpace ()
//
// C4WorkSpace.m
// Examples
//
// Created by Travis Kirton
//
#import "C4WorkSpace.h"
@interface C4WorkSpace ()