FWAlertControllerStyle
NS_ENUM(NSInteger, FWAlertControllerStyle) {
FWAlertControllerStyleActionSheet = 0, // 从单侧弹出(顶/左/底/右)
FWAlertControllerStyleAlert, // 从中间弹出
}
Undocumented
-
Undocumented
Declaration
Objective-C
FWAlertControllerStyleActionSheet = 0
-
Undocumented
Declaration
Objective-C
FWAlertControllerStyleAlert