We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765f7c2 commit d89f089Copy full SHA for d89f089
LTHPasscodeViewController/LTHPasscodeViewController.m
@@ -10,6 +10,10 @@
10
#import "LTHKeychainUtils.h"
11
#import <LocalAuthentication/LocalAuthentication.h>
12
13
+#ifndef SWIFTPM_MODULE_BUNDLE
14
+#define SWIFTPM_MODULE_BUNDLE [NSBundle bundleWithPath:[[NSBundle bundleForClass:[LTHPasscodeViewController class]] pathForResource:@"LTHPasscodeViewController" ofType:@"bundle"]]
15
+#endif
16
+
17
#define LTHiPad ([[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPad)
18
19
#define LTHFailedAttemptLabelHeight [_failedAttemptLabel.text sizeWithAttributes: @{NSFontAttributeName : _labelFont}].height
0 commit comments