Révision 2420809e
platforms/ios/ClicAlbum.xcodeproj/project.pbxproj | ||
---|---|---|
113 | 113 |
name = "nativescript-ui-core"; |
114 | 114 |
sourceTree = "<group>"; |
115 | 115 |
}; |
116 |
2CE1EDEC6BE34F11BDAA2D9D /* TNSNativeSource */ = { |
|
117 |
isa = PBXGroup; |
|
118 |
children = ( |
|
119 |
); |
|
120 |
name = TNSNativeSource; |
|
121 |
sourceTree = "<group>"; |
|
122 |
}; |
|
123 | 116 |
42C751E1232B767700186695 /* Build Scripts */ = { |
124 | 117 |
isa = PBXGroup; |
125 | 118 |
children = ( |
... | ... | |
149 | 142 |
858B833018CA111C00AB12DE /* Frameworks */, |
150 | 143 |
858B832F18CA111C00AB12DE /* Products */, |
151 | 144 |
45F1199BA9844F1FE155D95B /* Pods */, |
152 |
2CE1EDEC6BE34F11BDAA2D9D /* TNSNativeSource */, |
|
153 | 145 |
256CD9F40195440EA5AE95D7 /* nativescript-ui-core */, |
154 | 146 |
17FB7C31EE2740EF8A8FD952 /* @nativescript/core */, |
155 | 147 |
E80687D96FF4437DA8C7964B /* tns-core-modules-widgets */, |
148 |
A76BF4AB5B4A4DE88E4518E9 /* TNSNativeSource */, |
|
156 | 149 |
); |
157 | 150 |
sourceTree = "<group>"; |
158 | 151 |
}; |
... | ... | |
207 | 200 |
name = "Supporting Files"; |
208 | 201 |
sourceTree = "<group>"; |
209 | 202 |
}; |
203 |
A76BF4AB5B4A4DE88E4518E9 /* TNSNativeSource */ = { |
|
204 |
isa = PBXGroup; |
|
205 |
children = ( |
|
206 |
); |
|
207 |
name = TNSNativeSource; |
|
208 |
sourceTree = "<group>"; |
|
209 |
}; |
|
210 | 210 |
E070579D1B39A9D000214BF1 /* Resources */ = { |
211 | 211 |
isa = PBXGroup; |
212 | 212 |
children = ( |
... | ... | |
565 | 565 |
"\"$(SRCROOT)/../../node_modules/nativescript-ui-core/platforms/ios/src\"", |
566 | 566 |
"\"$(SRCROOT)/../../node_modules/@nativescript/core/platforms/ios/src\"", |
567 | 567 |
"\"$(SRCROOT)/../../node_modules/tns-core-modules-widgets/platforms/ios/src\"", |
568 |
"\"$(SRCROOT)/../../App_Resources/iOS/src\"", |
|
568 | 569 |
); |
569 | 570 |
INFOPLIST_FILE = "$(SRCROOT)/ClicAlbum/ClicAlbum-Info.plist"; |
570 | 571 |
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
... | ... | |
611 | 612 |
"\"$(SRCROOT)/../../node_modules/nativescript-ui-core/platforms/ios/src\"", |
612 | 613 |
"\"$(SRCROOT)/../../node_modules/@nativescript/core/platforms/ios/src\"", |
613 | 614 |
"\"$(SRCROOT)/../../node_modules/tns-core-modules-widgets/platforms/ios/src\"", |
615 |
"\"$(SRCROOT)/../../App_Resources/iOS/src\"", |
|
614 | 616 |
); |
615 | 617 |
INFOPLIST_FILE = "$(SRCROOT)/ClicAlbum/ClicAlbum-Info.plist"; |
616 | 618 |
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
src/_app-common.scss | ||
---|---|---|
25 | 25 |
&-icon, |
26 | 26 |
&-placeholder { |
27 | 27 |
color: const(grey); |
28 |
font-size: 20; |
|
29 | 28 |
vertical-align: center; |
30 | 29 |
horizontal-align: center; |
31 | 30 |
} |
src/app.ios.scss | ||
---|---|---|
1 | 1 |
// Import common styles |
2 | 2 |
@import "app-common"; |
3 | 3 |
|
4 |
.page__content { |
|
5 |
font-size: 12pt; |
|
6 |
} |
|
7 |
|
|
8 |
.ios1024 { |
|
9 |
font-size: 28pt; |
|
4 |
.ios1280 { |
|
5 |
.page__content { |
|
6 |
font-size: 28pt; |
|
7 |
background-color: #ff0; |
|
8 |
} |
|
10 | 9 |
} |
11 |
.ios414 { |
|
12 |
font-size: 16pt; |
|
10 |
/* iPad Pro 12.9 (2nd gen) */ |
|
11 |
.ios1024 { |
|
12 |
font-size: 24pt; |
|
13 |
|
|
14 |
.label { |
|
15 |
font-size: 24pt; |
|
16 |
} |
|
17 |
|
|
18 |
.button { |
|
19 |
font-size: 24pt; |
|
20 |
} |
|
21 |
|
|
22 |
Button { |
|
23 |
font-size: 24pt; |
|
24 |
} |
|
25 |
|
|
26 |
.textview { |
|
27 |
font-size: 24pt; |
|
28 |
} |
|
29 |
|
|
30 |
TextField { |
|
31 |
font-size: 24pt; |
|
32 |
} |
|
33 |
|
|
34 |
.TextField { |
|
35 |
font-size: 24pt; |
|
36 |
} |
|
37 |
|
|
38 |
.textfield { |
|
39 |
font-size: 24pt; |
|
40 |
} |
|
13 | 41 |
} |
14 |
.ios { |
|
15 |
font-size: 12pt; |
|
42 |
.ios600 { |
|
43 |
.page__content { |
|
44 |
font-size: 12pt; |
|
45 |
background-color: #00f; |
|
46 |
} |
|
16 | 47 |
} |
17 |
|
|
18 |
.landscape.ios1024 { |
|
19 |
font-size: 20pt; |
|
48 |
.ios480 { |
|
49 |
.page__content { |
|
50 |
font-size: 12pt; |
|
51 |
background-color: #0f0; |
|
52 |
} |
|
20 | 53 |
} |
21 |
.ios1024 { |
|
22 |
font-size: 22pt; |
|
54 |
.ios320 { |
|
55 |
.page__content { |
|
56 |
font-size: 12pt; |
|
57 |
background-color: #f00; |
|
58 |
} |
|
23 | 59 |
} |
24 |
|
Formats disponibles : Unified diff