iOS UIAlertActionStyle

weixin_33850890發表於2018-11-06

iOS UIAlertActionStyle有哪些樣式?


共有3種樣式:

UIAlertActionStyle.default =0    // 預設樣式

UIAlertActionStyle.cancel           // 取消樣式

UIAlertActionStyle.destructive   // 點選按鈕為紅色


1、cancel風格的按鈕,無論新增的順序如何,在只有兩個按鈕的時候預設在左邊;超過兩個按鈕會出現在最後。

2、網上說,cancel按鈕只能新增一個,多了會崩潰

相關文章