Преглед на файлове

1.修改iOS Apex Mobile KPI在iPhone 5s大小。

Pen Li преди 8 години
родител
ревизия
db6be2fd56
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Apex Mobile/Apex Mobile/KPICell.m

+ 1 - 1
Apex Mobile/Apex Mobile/KPICell.m

@@ -194,7 +194,7 @@
     CGFloat w = [UIScreen mainScreen].bounds.size.width;
     CGFloat h = [UIScreen mainScreen].bounds.size.height;
     if (MAX(w, h) <= 568) {
-        self.KPIHeightConstraint.constant = 180;
+        self.KPIHeightConstraint.constant = 230;
         [self layoutIfNeeded];
     }
 }