Explorar o código

1.修改iOS Apex Mobile Result Menu点击Alert显示方式。

Pen Li %!s(int64=8) %!d(string=hai) anos
pai
achega
c220e16ace
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Apex Mobile/Apex Mobile/AMResultViewController.m

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

@@ -507,7 +507,7 @@
 
 - (void)MenuClick:(UIBarButtonItem *)sender {
     
-    UIAlertController *alertControl = [UIAlertController alertControllerWithTitle:NSLocalizedString(@"menu", nil) message:nil preferredStyle:UIAlertControllerStyleAlert];
+    UIAlertController *alertControl = [UIAlertController alertControllerWithTitle:nil message:nil preferredStyle:UIAlertControllerStyleActionSheet];
     //block代码块取代了delegate
     
     __weak typeof(self) weakSelf = self;