Parcourir la source

Merge branch 'master' of https://git.yishihui.com/iOS/Introduce

* 'master' of https://git.yishihui.com/iOS/Introduce:
  1.调整保存弹窗action位置
harry il y a 3 ans
Parent
commit
7956ad0c30
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Introduce/Record/INVideoExportController.swift

+ 1 - 1
Introduce/Record/INVideoExportController.swift

@@ -633,8 +633,8 @@ class INVideoExportController: BFBaseViewController {
                 sself.export.cancelExport()
                 sself.export.cancelExport()
                 sself.navigationController?.popToRootViewController(animated: true)
                 sself.navigationController?.popToRootViewController(animated: true)
             }
             }
-            alertController.addAction(okAction)
             alertController.addAction(cancelAction)
             alertController.addAction(cancelAction)
+            alertController.addAction(okAction)
 
 
             self.present(alertController, animated: true, completion: nil)
             self.present(alertController, animated: true, completion: nil)