RSS

(root)/iphone/tappity : /tappity/source/TappityViewController.m (revision 46)

To get this branch, use:
bzr branch /browse/iphone/tappity
Line Revision Contents
1 46
//
2
//  tappityViewController.m
3
//  tappity
4
//
5
//  Created by döme on 25.10.2009.
6
//  Copyright __MyCompanyName__ 2009. All rights reserved.
7
//
8
9
#import "tappityViewController.h"
10
11
@implementation TappityViewController
12
13
14
15
/*
16
// The designated initializer. Override to perform setup that is required before the view is loaded.
17
- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil {
18
    if (self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]) {
19
        // Custom initialization
20
    }
21
    return self;
22
}
23
*/
24
25
/*
26
// Implement loadView to create a view hierarchy programmatically, without using a nib.
27
- (void)loadView {
28
}
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
/*
41
// Override to allow orientations other than the default portrait orientation.
42
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
43
    // Return YES for supported orientations
44
    return (interfaceOrientation == UIInterfaceOrientationPortrait);
45
}
46
*/
47
48
- (void)didReceiveMemoryWarning {
49
	// Releases the view if it doesn't have a superview.
50
    [super didReceiveMemoryWarning];
51
	
52
	// Release any cached data, images, etc that aren't in use.
53
}
54
55
- (void)viewDidUnload {
56
	// Release any retained subviews of the main view.
57
	// e.g. self.myOutlet = nil;
58
}
59
60
61
- (void)dealloc {
62
    [super dealloc];
63
}
64
65
@end

Loggerhead 1.17 is a web-based interface for Bazaar branches