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