cocoaTouch/MainMenuViewController.m
changeset 2723 eaa6ac1e95ea
parent 2694 dcd248e04f3d
child 2738 bfccb2ec4334
equal deleted inserted replaced
2722:d891285e500f 2723:eaa6ac1e95ea
    35 - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
    35 - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
    36     // Return YES for supported orientations
    36     // Return YES for supported orientations
    37     return (interfaceOrientation == UIInterfaceOrientationPortrait);
    37     return (interfaceOrientation == UIInterfaceOrientationPortrait);
    38 }
    38 }
    39 */
    39 */
       
    40 
    40 /*
    41 /*
    41 - (void)didReceiveMemoryWarning {
    42 - (void)didReceiveMemoryWarning {
    42 	// Releases the view if it doesn't have a superview.
    43 	// Releases the view if it doesn't have a superview.
    43     [super didReceiveMemoryWarning];
    44     [super didReceiveMemoryWarning];
    44 	
    45