equal
deleted
inserted
replaced
12 |
12 |
13 @implementation FortsViewController |
13 @implementation FortsViewController |
14 @synthesize teamDictionary, fortArray, fortSprites, lastIndexPath; |
14 @synthesize teamDictionary, fortArray, fortSprites, lastIndexPath; |
15 |
15 |
16 |
16 |
17 - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { |
17 -(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation { |
18 return (interfaceOrientation == UIInterfaceOrientationLandscapeRight); |
18 return rotationManager(interfaceOrientation); |
19 } |
19 } |
|
20 |
20 |
21 |
21 #pragma mark - |
22 #pragma mark - |
22 #pragma mark View lifecycle |
23 #pragma mark View lifecycle |
23 - (void)viewDidLoad { |
24 - (void)viewDidLoad { |
24 [super viewDidLoad]; |
25 [super viewDidLoad]; |