AlertControllerStyle
public enum AlertControllerStyle : Int, Sendable弹窗控制器样式枚举
- 
                  
                  从单侧弹出(顶/左/底/右) DeclarationSwift case actionSheet = 0
- 
                  
                  从中间弹出 DeclarationSwift case alert
 View on GitHub
View on GitHub