Sha256: 2d915fb6cab77eff3b6ccf1ea81d97181b2b95b18ecd4c51d0d4d49f0ffe9f5a

Contents?: true

Size: 1.07 KB

Versions: 8

Compression:

Stored size: 1.07 KB

Contents

//
//  FlipsideViewController.m
//  iCuke
//
//  Created by Rob Holland on 02/03/2010.
//  Copyright The IT Refinery 2010. All rights reserved.
//

#import "FlipsideViewController.h"


@implementation FlipsideViewController

@synthesize delegate;


- (void)viewDidLoad {
    [super viewDidLoad];
    self.view.backgroundColor = [UIColor viewFlipsideBackgroundColor];      
}


- (IBAction)done {
	[self.delegate flipsideViewControllerDidFinish:self];	
}


/*
 // Override to allow orientations other than the default portrait orientation.
 - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
 // Return YES for supported orientations
 return (interfaceOrientation == UIInterfaceOrientationPortrait);
 }
 */

- (void)didReceiveMemoryWarning {
	// Releases the view if it doesn't have a superview.
    [super didReceiveMemoryWarning];
	
	// Release any cached data, images, etc that aren't in use.
}

- (void)viewDidUnload {
	// Release any retained subviews of the main view.
	// e.g. self.myOutlet = nil;
}


- (void)dealloc {
    [super dealloc];
}


@end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
iCuke-0.4.12 app/iCuke/Classes/FlipsideViewController.m
iCuke-0.4.11 app/iCuke/Classes/FlipsideViewController.m
iCuke-0.4.10 app/iCuke/Classes/FlipsideViewController.m
iCuke-0.4.9 app/iCuke/Classes/FlipsideViewController.m
iCuke-0.4.8 app/iCuke/Classes/FlipsideViewController.m
iCuke-0.4.7 app/iCuke/Classes/FlipsideViewController.m
iCuke-0.4.6 app/iCuke/Classes/FlipsideViewController.m
iCuke-0.4.5 app/iCuke/Classes/FlipsideViewController.m