Code from previous app
This commit is contained in:
commit
7ed1201c89
276 changed files with 14582 additions and 6318 deletions
|
@ -0,0 +1,31 @@
|
|||
//
|
||||
// NavController.m
|
||||
// CuteAnimals
|
||||
//
|
||||
// Copyright 2012 Google, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#import "NavController.h"
|
||||
|
||||
@implementation NavController
|
||||
|
||||
- (BOOL)shouldAutorotateToInterfaceOrientation:
|
||||
(UIInterfaceOrientation)interfaceOrientation {
|
||||
return YES;
|
||||
}
|
||||
|
||||
#pragma mark UINavigationControllerDelegate methods
|
||||
|
||||
- (void)navigationController:(UINavigationController *)navigationController
|
||||
willShowViewController:(UIViewController *)viewController
|
||||
animated:(BOOL)animated {
|
||||
// NSLog(@"navigationController:willShowViewController:animated:");
|
||||
}
|
||||
|
||||
- (void)navigationController:(UINavigationController *)navigationController
|
||||
didShowViewController:(UIViewController *)viewController
|
||||
animated:(BOOL)animated {
|
||||
// NSLog(@"navigationController:didShowViewController:animated:");
|
||||
}
|
||||
|
||||
@end
|
Loading…
Add table
Add a link
Reference in a new issue