- Removed accidentally checked in test-code
This commit is contained in:
parent
b22ee4dbae
commit
ccd27bff8f
|
|
@ -46,12 +46,6 @@
|
|||
#define MENU_REVEAL_ANIMATION_DEFAULT_SLIDE_MOVEMENT 100
|
||||
#define MENU_REVEAL_ANIMATION_DEFAULT_FADE_MAXIMUM_ALPHA .9
|
||||
|
||||
- (NSUInteger)supportedInterfaceOrientations
|
||||
{
|
||||
//return (UIInterfaceOrientationMaskAll);
|
||||
return (UIInterfaceOrientationMaskPortrait | UIInterfaceOrientationMaskLandscapeLeft | UIInterfaceOrientationMaskLandscapeRight | UIInterfaceOrientationMaskPortraitUpsideDown);
|
||||
}
|
||||
|
||||
static SlideNavigationController *singletonInstance;
|
||||
|
||||
#pragma mark - Initialization -
|
||||
|
|
|
|||
Loading…
Reference in New Issue