equal
deleted
inserted
replaced
37 |
37 |
38 #define removeInputWidget() [[self.view viewWithTag:CONFIRMATION_TAG] removeFromSuperview]; \ |
38 #define removeInputWidget() [[self.view viewWithTag:CONFIRMATION_TAG] removeFromSuperview]; \ |
39 [[self.view viewWithTag:GRENADE_TAG] removeFromSuperview]; |
39 [[self.view viewWithTag:GRENADE_TAG] removeFromSuperview]; |
40 |
40 |
41 @implementation OverlayViewController |
41 @implementation OverlayViewController |
42 @synthesize popoverController, popupMenu, helpPage, amvc, isNetGame, useClassicMenu, initialOrientation; |
42 @synthesize popoverController, popupMenu, helpPage, amvc, useClassicMenu, initialOrientation; |
43 |
43 |
44 #pragma mark - |
44 #pragma mark - |
45 #pragma mark rotation |
45 #pragma mark rotation |
46 |
46 |
47 -(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation { |
47 -(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation { |