Nextrek
Diff Revisions
70
vs
71
for /iOS/StoryBoard/StoryBoard/AppConfig.h
|
@@ -7,8 +7,8 @@ |
7 |
7 |
|
// |
8 |
8 |
|
|
9 |
9 |
|
|
10 |
|
- |
#define JONGLEEN |
11 |
|
- |
//#define DIMENSIONE_PARALLELA |
|
10 |
+ |
//#define JONGLEEN |
|
11 |
+ |
#define DIMENSIONE_PARALLELA |
12 |
12 |
|
|
13 |
13 |
|
#define SYS_VERS_7 ([[[UIDevice currentDevice] systemVersion] compare:@"7.0" options:NSNumericSearch] != NSOrderedAscending) |
14 |
14 |
|
|
|
@@ -23,4 +23,4 @@ |
23 |
23 |
|
#define IS_IPHONE ( [ [ [ UIDevice currentDevice ] model ] isEqualToString: @"iPhone" ] ) |
24 |
24 |
|
#define IS_IPOD ( [ [ [ UIDevice currentDevice ] model ] isEqualToString: @"iPod touch" ] ) |
25 |
25 |
|
|
26 |
|
- |
#define IS_IPHONE_5 ( /*IS_IPHONE &&*/ IS_WIDESCREEN ) |
|
26 |
+ |
#define IS_IPHONE_5 (IS_WIDESCREEN ) |