Browse Source

1.修改iOS Apex Drivers Update Order日期选择界面宽度。

Pen Li 7 năm trước cách đây
mục cha
commit
2ffc137f5c

+ 2 - 2
Redant Drivers/Apex And Drivers/DatePicker/RADatePickerViewController.m

@@ -43,8 +43,8 @@
     datePickerVC.transitioningDelegate = datePickerVC;
     datePickerVC.modalPresentationStyle = UIModalPresentationCustom;
     
-    CGFloat width = [UIScreen mainScreen].bounds.size.width - 40;
-    datePickerVC.preferredContentSize = CGSizeMake(width, 325);
+//    CGFloat width = [UIScreen mainScreen].bounds.size.width - 40;
+    datePickerVC.preferredContentSize = CGSizeMake(300, 325);
     
     [viewController presentViewController:datePickerVC animated:YES completion:nil];
 }