File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
LTHPasscodeViewController Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1+ # 4.0.2
2+ * Minor change: remove no needed code related to unsupported iOS versions (iOS < 7).
3+
14# 4.0.1
25* Made ` isCurrentlyOnScreen ` public.
36
Original file line number Diff line number Diff line change 1212
1313#define LTHiPad ([[UIDevice currentDevice ] userInterfaceIdiom ] == UIUserInterfaceIdiomPad)
1414
15- #if __IPHONE_OS_VERSION_MIN_REQUIRED >= 70000
1615#define LTHFailedAttemptLabelHeight [_failedAttemptLabel.text sizeWithAttributes: @{NSFontAttributeName : _labelFont}].height
17- #else
18- // Thanks to Kent Nguyen - https://github.com/kentnguyen
19- #define LTHFailedAttemptLabelHeight [_failedAttemptLabel.text sizeWithFont: _labelFont].height
20- #endif
2116
2217#ifndef LTHPasscodeViewControllerStrings
2318#define LTHPasscodeViewControllerStrings (key ) \
You can’t perform that action at this time.
0 commit comments