RSS

(root)/iphone/common : 61 : Jigs/source/JigsawViewController.m

To get this branch, use:
bzr branch /browse/iphone/common

« back to all changes in this revision

Viewing changes to Jigs/source/JigsawViewController.m

Dömötör Gulyás
2010-01-18 09:03:51
Revision ID: dognotdog@gmail.com-20100118080351-ib2knxvk4w8ssw3h
made common a nested tree

Show diffs side-by-side

added added

removed removed

1
 
//
2
 
//  JigsawViewControllr.m
3
 
//  Jigs
4
 
//
5
 
//  Created by döme on 02.08.2009.
6
 
//  Copyright 2009 __MyCompanyName__. All rights reserved.
7
 
//
8
 
 
9
 
#import "JigsawViewController.h"
10
 
#import "JigView.h"
11
 
#import "ElAnimation.h"
12
 
 
13
 
 
14
 
@implementation JigsawViewController
15
 
 
16
 
/*
17
 
 // The designated initializer.  Override if you create the controller programmatically and want to perform customization that is not appropriate for viewDidLoad.
18
 
- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil {
19
 
    if (self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]) {
20
 
        // Custom initialization
21
 
    }
22
 
    return self;
23
 
}
24
 
*/
25
 
 
26
 
/*
27
 
// Implement loadView to create a view hierarchy programmatically, without using a nib.
28
 
- (void)loadView {
29
 
}
30
 
*/
31
 
 
32
 
/*
33
 
// Implement viewDidLoad to do additional setup after loading the view, typically from a nib.
34
 
- (void)viewDidLoad {
35
 
    [super viewDidLoad];
36
 
}
37
 
*/
38
 
 
39
 
/*
40
 
// Override to allow orientations other than the default portrait orientation.
41
 
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
42
 
    // Return YES for supported orientations
43
 
    return (interfaceOrientation == UIInterfaceOrientationPortrait);
44
 
}
45
 
*/
46
 
 
47
 
- (void)didReceiveMemoryWarning {
48
 
        // Releases the view if it doesn't have a superview.
49
 
    [super didReceiveMemoryWarning];
50
 
        
51
 
        // Release any cached data, images, etc that aren't in use.
52
 
}
53
 
 
54
 
- (void)viewDidUnload {
55
 
        // Release any retained subviews of the main view.
56
 
        // e.g. self.myOutlet = nil;
57
 
}
58
 
 
59
 
 
60
 
- (void)dealloc {
61
 
    [super dealloc];
62
 
}
63
 
 
64
 
- (void) setAnimationInterval: (NSTimeInterval) interval
65
 
{
66
 
//      [jigView setAnimationInterval: interval];
67
 
}
68
 
 
69
 
- (void) generateJigsaw
70
 
{
71
 
        self.view;
72
 
        [jigView generateJigsaw];
73
 
}
74
 
 
75
 
 
76
 
 
77
 
@end

Loggerhead 1.17 is a web-based interface for Bazaar branches