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 dbb2fb5 commit 279d0fcCopy full SHA for 279d0fc
ECSlidingViewController/Vendor/ECSlidingViewController/ECSlidingViewController.m
@@ -562,7 +562,7 @@ - (CGRect)fullViewBounds
562
CGFloat statusBarHeight = 0;
563
564
BOOL legacyScreenHeightEnabled = NO;
565
- if (floor(NSFoundationVersionNumber) <= NSFoundationVersionNumber_iOS_6_1) {
+ if (floor(NSFoundationVersionNumber) <= 993.00) {
566
legacyScreenHeightEnabled = YES;
567
}
568
0 commit comments