소스 검색

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];
     }
 }