Explorar o código

1.修改NPD Category和ItemSearch Filter大小不正确。

Pen Li %!s(int64=8) %!d(string=hai) anos
pai
achega
ed5daf3547

+ 1 - 1
RedAnt ERP Mobile/common/Functions/category/CategoryViewController.m

@@ -308,7 +308,7 @@
     
     
     
-    navi.preferredContentSize = CGSizeMake(540, 680);
+//    navi.preferredContentSize = CGSizeMake(540, 680);
     navi.modalPresentationStyle = UIModalTransitionStyleCrossDissolve;//有三种状态,自己看看是哪种
     [self presentViewController:navi animated:YES completion:^{
         

+ 1 - 1
RedAnt ERP Mobile/common/Functions/search+itemsearch/ItemSearchViewController.m

@@ -413,7 +413,7 @@
     
     
     
-    navi.preferredContentSize = CGSizeMake(540, 680);
+//    navi.preferredContentSize = CGSizeMake(540, 680);
     navi.modalPresentationStyle = UIModalTransitionStyleCrossDissolve;//有三种状态,自己看看是哪种
     [self presentViewController:navi animated:YES completion:^{