RSS

(root)/iphone/common : 61 : MarineCompass/source/CompassViewController.m

« back to all changes in this revision

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

Loggerhead 1.17 is a web-based interface for Bazaar branches