marinofaggiana 4 سال پیش
والد
کامیت
4d023d7f77
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      iOSClient/Library/BKPasscodeView/BKPasscodeViewController.m

+ 3 - 1
iOSClient/Library/BKPasscodeView/BKPasscodeViewController.m

@@ -153,11 +153,13 @@ typedef enum : NSUInteger {
     [super viewDidLayoutSubviews];
     
     CGRect frame = self.view.bounds;
-    
     CGFloat topBarOffset = 0;
+    
+    /*
     if ([self respondsToSelector:@selector(topLayoutGuide)]) {
         topBarOffset = [self.topLayoutGuide length];
     }
+    */
     
     frame.origin.y += topBarOffset;
     frame.size.height -= (topBarOffset + self.keyboardHeight);