cocoaTouch/SchemeEditViewController.m
changeset 3116 97dc65a47b15
parent 2701 3a8560c00f78
equal deleted inserted replaced
3115:831bd0f7050d 3116:97dc65a47b15
    25 - (void)viewDidLoad {
    25 - (void)viewDidLoad {
    26 	table.backgroundColor = [UIColor clearColor];
    26 	table.backgroundColor = [UIColor clearColor];
    27     [super viewDidLoad];
    27     [super viewDidLoad];
    28 }
    28 }
    29 
    29 
    30 
       
    31 /*
       
    32 // Override to allow orientations other than the default portrait orientation.
    30 // Override to allow orientations other than the default portrait orientation.
    33 - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
    31 - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
    34     // Return YES for supported orientations
    32     // Return YES for supported orientations
    35     return (interfaceOrientation == UIInterfaceOrientationPortrait);
    33     return (interfaceOrientation == UIInterfaceOrientationLandscapeRight);
    36 }
    34 }
    37 */
       
    38 
    35 
    39 - (void)didReceiveMemoryWarning {
    36 - (void)didReceiveMemoryWarning {
    40 	// Releases the view if it doesn't have a superview.
    37 	// Releases the view if it doesn't have a superview.
    41     [super didReceiveMemoryWarning];
    38     [super didReceiveMemoryWarning];
    42 	
    39