We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553917f commit e638f49Copy full SHA for e638f49
MyLayout/AppDelegate.m
@@ -8,6 +8,7 @@
8
9
#import "AppDelegate.h"
10
#import "ViewController.h"
11
+#import "MyLayout.h"
12
13
@interface AppDelegate ()
14
@@ -19,7 +20,8 @@ @implementation AppDelegate
19
20
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
21
// Override point for customization after application launch.
22
-
23
+ //this place add the ui template size dime
24
+ [MyDimeScale setUITemplateSize:CGSizeMake(375, 667)];
25
26
self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
27
self.window.backgroundColor = [UIColor whiteColor];
0 commit comments